diff --git a/CMakeLists.txt b/CMakeLists.txt index c43d59931..f02362b9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()