code cleanup

* correct cmake/clang warning.
* use same include guard names as everywhere else for BLI math inline.
* correct define for madd_sh_shfl
This commit is contained in:
Campbell Barton
2012-02-25 09:02:05 +00:00
parent 57fd1fe00e
commit c955272ec5
5 changed files with 16 additions and 20 deletions

View File

@@ -1498,7 +1498,7 @@ endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
if(WITH_IK_ITASC)
message(WARNING "Using Clang as CXX compiler: disabling WITH_IK_ITASC and WITH_MOD_FLUID, these features will be missing.")
message(WARNING "Using Clang as CXX compiler: disabling WITH_IK_ITASC, this feature will be missing.")
set(WITH_IK_ITASC OFF)
endif()
endif()