Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Heisch, Benjamin
APAL
Commits
3b0ce71e
Commit
3b0ce71e
authored
Aug 09, 2020
by
Benjamin Heisch
Browse files
added debug message in cmake
parent
9e78c80a
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/install.cmake
View file @
3b0ce71e
...
...
@@ -139,7 +139,8 @@ if(NOT SKIP_PLUGINVAL)
if
(
NOT EXISTS
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
file
(
DOWNLOAD
${
PLUGINVAL_DOWNLOAD_URL
}
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
endif
(
NOT EXISTS
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
execute_process
(
COMMAND
${
CMAKE_COMMAND
}
-E tar -xf
${
PLUGINVAL_TEMP_ZIP_PATH
}
WORKING_DIRECTORY
${
BUILD_DIR
}
)
execute_process
(
COMMAND
${
CMAKE_COMMAND
}
-E tar -xf
${
PLUGINVAL_TEMP_ZIP_PATH
}
RESULT_VARIABLE OUTVAR WORKING_DIRECTORY
${
BUILD_DIR
}
)
message
(
"
${
OUTVAR
}
"
)
endif
(
NOT EXISTS
${
PLUGINVAL_EXE_PATH
}
)
xinstall
(
INSTALL_PREFIX
${
PLUGINVAL_INSTALL_PREFIX
}
DESTINATION bin/ FILE_PATTERNS
${
PLUGINVAL_EXE_PATH
}
)
endif
(
NOT SKIP_PLUGINVAL
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment