- Code: Select all
option(clapack_build_tests "Build the tests for LAPACK and BLAS." OFF)
Then later on:
- Code: Select all
if (clapack_build_tests)
add_subdirectory (TESTING)
endif ()
As it is, I have to edit your CMake scripts to omit the tests.
option(clapack_build_tests "Build the tests for LAPACK and BLAS." OFF)
if (clapack_build_tests)
add_subdirectory (TESTING)
endif ()
cmake -DBUILD_TESTING=OFF /path/to/lapacl/sourceUsers browsing this forum: No registered users and 0 guests