Skip to content
Snippets Groups Projects
Commit 06878447 authored by Jaromil Najman's avatar Jaromil Najman
Browse files

Minor changes in CMakeLists.txt

parent 6c688a15
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
# Include dependencies
add_subdirectory(dep/blas)
message("BLAS done.")
message("BLAS OK.")
add_subdirectory(dep/lapack)
message("LAPACK done.")
message("LAPACK OK.")
# Test executables
add_executable(cpplapack-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment