mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Missed a line here
This commit is contained in:
parent
c4e7a288e5
commit
3a5b6aed91
1 changed files with 2 additions and 0 deletions
|
@ -478,8 +478,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…
Add table
Add a link
Reference in a new issue