Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c413fc12 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

cmake: PREFIX_PATH path must exist

parent d2b184f7
No related branches found
No related tags found
1 merge request!521Update submodules
Pipeline #1123685 passed
......@@ -796,6 +796,7 @@ set(BIN_INSTALL_DIR "bin/" CACHE STRING "where to install executables relative t
set(INC_INSTALL_DIR "include/" CACHE STRING "where to install headers relative to prefix" )
set(LIB_INSTALL_DIR "lib/" CACHE STRING "where to install libraries relative to prefix" )
set(PREFIX_PATH "")
if (CMAKE_PREFIX_PATH)
list(APPEND PREFIX_PATH ${CMAKE_PREFIX_PATH})
endif()
......
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