Skip to content
Snippets Groups Projects
Commit f9735831 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 6946

Revision  r6946
.----------------------
[CMake] The command print does not exist, is now message.

.----------------------


[[Imported from SVN: r7293]]
parents ee205ea0 50e5c665
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ dune_add_library("dunecommon"
path.cc
stdstreams.cc)
if(LAPACK_FOUND)
print("LAPACKLIBRARIES=${LAPACK_LIBRARIES}")
message("LAPACKLIBRARIES=${LAPACK_LIBRARIES}")
dune_target_link_libraries("dunecommon" ${LAPACK_LIBRARIES})
elseif(BLAS_FOUND)
dune_target_link_libraries("dunecommon" ${BLAS_LIBRARIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment