From 0a4eb24ca0e0cf7e4e1b615e0929ec50bf030d74 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 Feb 2011 06:25:04 +0000 Subject: fix for building with opencollada 833 on linux. --- extern/bullet2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern/bullet2/CMakeLists.txt') 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() -- cgit v1.2.3