Skip to content
Snippets Groups Projects
Commit 129b054d authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: CI: PKG: Fixed CMAKE_PREFIX_PATH in Packaging/Files/build_examples.cmake.

parent 40634b5e
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -46,6 +46,7 @@ execute_process(
COMMAND ${CMAKE_COMMAND}
-DCMAKE_INSTALL_PREFIX=${PKG_DIR}
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_PREFIX_PATH=${PKG_DIR}
${cmake_gen}
${SRC_DIR}
WORKING_DIRECTORY ${TEST_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment