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

CMake corr: no need to include formfactor above Base

parent 387ddfac
No related branches found
No related tags found
1 merge request!493temporarily reintegrate libformfactor in BornAgain
Pipeline #51010 failed
...@@ -21,10 +21,8 @@ set(${lib}_LIBRARY ${lib} PARENT_SCOPE) ...@@ -21,10 +21,8 @@ set(${lib}_LIBRARY ${lib} PARENT_SCOPE)
target_link_libraries(${lib} target_link_libraries(${lib}
PUBLIC PUBLIC
${BornAgainParam_LIBRARY} ${BornAgainParam_LIBRARY}
${formfactor_LIBRARY}
) )
target_include_directories(${lib} target_include_directories(${lib}
PUBLIC PUBLIC
${formfactor_INCLUDE_DIR}
${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}
) )
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