|
|
|
|
@ -118,6 +118,7 @@ cmake .. \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \ |
|
|
|
|
-DCMAKE_FIND_ROOT_PATH=${JENKINS_HOME}/filesystem/${compiler}-${libraries} \ |
|
|
|
|
-DCMAKE_INSTALL_PREFIX=${JENKINS_HOME}/filesystem/${compiler}-${libraries}-${compatibility}-${gl} \ |
|
|
|
|
-DCMAKE_INSTALL_RPATH="${JENKINS_HOME}/filesystem/${compiler}-${libraries}/lib;${JENKINS_HOME}/filesystem/${compiler}-${libraries}-${compatibility}-${gl}/lib" \ |
|
|
|
|
-DCMAKE_CXX_COMPILER=${compiler_binary} \ |
|
|
|
|
"${compiler_flags[@]}" \ |
|
|
|
|
-DBUILD_TESTS=ON \ |
|
|
|
|
|