mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
change the wording
This commit is contained in:
parent
2c559f8c5c
commit
91dcd603a2
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ function(setup_geode_mod proname)
|
|||
message(STATUS "Mod ${MOD_ID} is compiling for Geode version ${GEODE_VERSION}")
|
||||
else()
|
||||
message(FATAL_ERROR
|
||||
"Mod ${MOD_ID} is not compatible with Geode version ${GEODE_VERSION} - "
|
||||
"it was made for version ${TARGET_GEODE_VERSION}"
|
||||
"Mod ${MOD_ID} is made for Geode version ${TARGET_GEODE_VERSION} but you have ${GEODE_VERSION} SDK installed. Please change the Geode version in your mod.json. "
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue