Skip to content
Snippets Groups Projects
Commit ad9ac685 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake: formfactor provided as target

parent 27f590c4
No related branches found
No related tags found
1 merge request!488start using libformfactor
Pipeline #50954 passed
......@@ -22,7 +22,7 @@ target_link_libraries(${lib}
PUBLIC
${GSL_LIBRARIES}
${FFTW3_LIBRARIES}
${formfactor_LIBRARY}
formfactor
)
target_include_directories(${lib}
PUBLIC
......
......@@ -9,8 +9,7 @@ message(STATUS "LibHeinz: found=${LibHeinz_FOUND}, include_dirs=${LibHeinz_INCLU
"version=${LibHeinz_VERSION}")
find_package(formfactor REQUIRED)
message(STATUS "formfactor: found=${formfactor_FOUND}, include_dirs=${formfactor_INCLUDE_DIR}, "
"lib=${formfactor_LIBRARY}, version=${formfactor_VERSION}")
message(STATUS "formfactor: found=${formfactor_FOUND}, version=${formfactor_VERSION}")
find_package(Threads REQUIRED)
find_package(FFTW3 REQUIRED)
......
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