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

Do not set CMAKE_FIND_LIBRARY_SUFFIXES as it is not needed here and

breaks some tests afterwards.

[[Imported from SVN: r6691]]
parent 7253576a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
find_package(PkgConfig)
# set some variables that are used in the pkg-config file
set( CMAKE_FIND_LIBRARY_SUFFIXES ${_dune_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})
set( prefix ${CMAKE_INSTALL_PREFIX})
set(exec_prefix "\${prefix}")
set(libdir "\${exec_prefix}/lib")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment