Skip to content

Commit

Permalink
remove explicit mention of GEODE_LINK_NIGHTLY
Browse files Browse the repository at this point in the history
nightly can be autodetected based on folder structure now, so hardcoding the line in the project is generally not a good idea
  • Loading branch information
Cvolton authored Jan 12, 2025
1 parent a8010de commit 05d6ee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ elseif (EXISTS ${GEODE_PLATFORM_BIN_PATH})
else()
message(FATAL_ERROR
"No valid loader binary to link to! Install pre-built binaries with `geode sdk install-binaries`, "
"or build Geode from source and add `set(GEODE_LINK_NIGHTLY ON)` to your CMakeLists.txt "
"in the line before calling add_subdirectory for Geode."
"or build Geode from source."
)
endif()

0 comments on commit 05d6ee2

Please sign in to comment.