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
427b59d5
Commit
427b59d5
authored
Aug 09, 2020
by
Benjamin Heisch
Browse files
tried to change path in extract command
parent
3b0ce71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/install.cmake
View file @
427b59d5
...
@@ -139,8 +139,7 @@ if(NOT SKIP_PLUGINVAL)
...
@@ -139,8 +139,7 @@ if(NOT SKIP_PLUGINVAL)
if
(
NOT EXISTS
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
if
(
NOT EXISTS
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
file
(
DOWNLOAD
${
PLUGINVAL_DOWNLOAD_URL
}
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
file
(
DOWNLOAD
${
PLUGINVAL_DOWNLOAD_URL
}
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
endif
(
NOT EXISTS
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
endif
(
NOT EXISTS
${
PLUGINVAL_TEMP_ZIP_PATH
}
)
execute_process
(
COMMAND
${
CMAKE_COMMAND
}
-E tar -xf
${
PLUGINVAL_TEMP_ZIP_PATH
}
RESULT_VARIABLE OUTVAR WORKING_DIRECTORY
${
BUILD_DIR
}
)
execute_process
(
COMMAND
${
CMAKE_COMMAND
}
-E tar -xf pluginval_dload.zip RESULT_VARIABLE OUTVAR WORKING_DIRECTORY
${
BUILD_DIR
}
)
message
(
"
${
OUTVAR
}
"
)
endif
(
NOT EXISTS
${
PLUGINVAL_EXE_PATH
}
)
endif
(
NOT EXISTS
${
PLUGINVAL_EXE_PATH
}
)
xinstall
(
INSTALL_PREFIX
${
PLUGINVAL_INSTALL_PREFIX
}
DESTINATION bin/ FILE_PATTERNS
${
PLUGINVAL_EXE_PATH
}
)
xinstall
(
INSTALL_PREFIX
${
PLUGINVAL_INSTALL_PREFIX
}
DESTINATION bin/ FILE_PATTERNS
${
PLUGINVAL_EXE_PATH
}
)
endif
(
NOT SKIP_PLUGINVAL
)
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