mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix cli version for install
This commit is contained in:
parent
25e3e048ef
commit
55f3e67033
1 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,8 @@ endif()
|
|||
|
||||
add_subdirectory(test)
|
||||
|
||||
# Add install target on CLI >= 2.11.0 (which adds `geode profile path`)
|
||||
if (${GEODE_CLI_VERSION} VERSION_GREATER_EQUAL "2.11.0")
|
||||
# Add install target on CLI >= 2.10.0 (which adds `geode profile path`)
|
||||
if (${GEODE_CLI_VERSION} VERSION_GREATER_EQUAL "2.10.0")
|
||||
execute_process(
|
||||
COMMAND ${GEODE_CLI} profile path -d
|
||||
OUTPUT_VARIABLE GEODE_PROFILE_GD_PATH
|
||||
|
|
Loading…
Reference in a new issue