Skip to content

Commit

Permalink
Add CMake option
Browse files Browse the repository at this point in the history
Add GSL_ROOT to CMake prefix path
  • Loading branch information
mrodozov authored Jan 15, 2019
1 parent 90488c9 commit 9d94a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root.spec
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ cmake ../%{n}-%{realversion} \
-DLIBLZ4_LIBRARY="${LZ4_ROOT}/lib/liblz4.%{soext}" \
-DZLIB_ROOT="${ZLIB_ROOT}" \
-DZLIB_INCLUDE_DIR="${ZLIB_ROOT}/include" \
-DCMAKE_PREFIX_PATH="${XZ_ROOT};${OPENSSL_ROOT};${GIFLIB_ROOT};${FREETYPE_ROOT};${PYTHON_ROOT};${LIBPNG_ROOT};${PCRE_ROOT};${TBB_ROOT};${OPENBLAS_ROOT};${DAVIX_ROOT};${LZ4_ROOT};${LIBXML2_ROOT}"
-DCMAKE_PREFIX_PATH="${GSL_ROOT};${XZ_ROOT};${OPENSSL_ROOT};${GIFLIB_ROOT};${FREETYPE_ROOT};${PYTHON_ROOT};${LIBPNG_ROOT};${PCRE_ROOT};${TBB_ROOT};${OPENBLAS_ROOT};${DAVIX_ROOT};${LZ4_ROOT};${LIBXML2_ROOT}"

# For CMake cache variables: http://www.cmake.org/cmake/help/v3.2/manual/cmake-language.7.html#lists
# For environment variables it's OS specific: http://www.cmake.org/Wiki/CMake_Useful_Variables
Expand Down

0 comments on commit 9d94a74

Please sign in to comment.