rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.

This commit is contained in:
Campbell Barton
2012-06-23 13:42:14 +00:00
parent 79fb3311a3
commit 263be14811
8 changed files with 17 additions and 16 deletions

View File

@@ -253,7 +253,7 @@ macro(setup_liblinks
endif()
endif()
if(NOT WITH_BUILTIN_GLEW)
if(WITH_SYSTEM_GLEW)
target_link_libraries(${target} ${GLEW_LIBRARY})
endif()