Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-12 09:25:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-12 09:25:04 +0300
commit0a4eb24ca0e0cf7e4e1b615e0929ec50bf030d74 (patch)
treebd41666006dd9669078044a8ab1b7437a2b9c6cf /extern/bullet2/CMakeLists.txt
parent92672d0c1c2797d0068f5f71b13b5e521253b618 (diff)
fix for building with opencollada 833 on linux.
Diffstat (limited to 'extern/bullet2/CMakeLists.txt')
-rw-r--r--extern/bullet2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index a8f8801af70..74f0fc2ab56 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -319,7 +319,7 @@ set(SRC
src/btBulletDynamicsCommon.h
)
-if(CMAKE_COMPILER_IS_GNUCC)
+if(CMAKE_COMPILER_IS_GNUCXX)
# needed for gcc 4.6+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive")
endif()