Missed a line here
This commit is contained in:
parent
b607695103
commit
8266a56486
|
@ -375,8 +375,10 @@ else()
|
||||||
if(NOT CG_FOUND)
|
if(NOT CG_FOUND)
|
||||||
message("CG not found, Building without")
|
message("CG not found, Building without")
|
||||||
add_definitions(-DHAVE_CG=0)
|
add_definitions(-DHAVE_CG=0)
|
||||||
|
set(HAVE_CG 0)
|
||||||
else()
|
else()
|
||||||
add_definitions(-DHAVE_CG=1)
|
add_definitions(-DHAVE_CG=1)
|
||||||
|
set(HAVE_CG 1)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue