mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Missed a line here
This commit is contained in:
committed by
Sonicadvance1
parent
c4e7a288e5
commit
3a5b6aed91
@@ -478,8 +478,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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user