Missed a line here

This commit is contained in:
Ryan Houdek 2011-12-25 12:44:31 -06:00
parent b607695103
commit 8266a56486
1 changed files with 2 additions and 0 deletions

View File

@ -375,8 +375,10 @@ else()
if(NOT CG_FOUND)
message("CG not found, Building without")
add_definitions(-DHAVE_CG=0)
set(HAVE_CG 0)
else()
add_definitions(-DHAVE_CG=1)
set(HAVE_CG 1)
endif()
endif()