nightly not on by default

This commit is contained in:
camila314 2022-11-06 18:09:16 -06:00
parent 942ff3007c
commit 17c4a3dbd8

View file

@ -20,7 +20,6 @@ else()
message(STATUS "Found Geode: $ENV{GEODE_SDK}")
endif()
set(GEODE_LINK_NIGHTLY ON)
add_subdirectory($ENV{GEODE_SDK} $ENV{GEODE_SDK}/build)
target_link_libraries(${PROJECT_NAME} geode-sdk)