Skip to content
Snippets Groups Projects
Commit 69a9c30a authored by Ian Bell's avatar Ian Bell
Browse files

no find needed, baked into cmake

parent 54c53067
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,6 @@ endif()
target_link_libraries(catch_tests autodiff)
add_test(catch catch_tests)
if(CMAKE_DL_LIBS)
find_package (${CMAKE_DL_LIBS} REQUIRED)
endif()
### TARGETS from src folder
if (TEQP_SNIPPETS)
# Collect all the snippets
......
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