Skip to content
Snippets Groups Projects
Commit 7a4cb489 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

change to CMakeLists.txt added by mistake in previous commit

parent 85801614
Branches
Tags
1 merge request!918Fix #236
Pipeline #32975 passed
......@@ -9,5 +9,5 @@ dune_add_test(SOURCES test_embed1.cc
)
add_executable(test_embed2 EXCLUDE_FROM_ALL test_embed2.cc)
# target_link_libraries(test_embed2 PUBLIC ${DUNE_LIBS} ${Python3_LIBRARIES})
target_link_libraries(test_embed2 PRIVATE Python3::Python)
target_link_libraries(test_embed2 PUBLIC ${DUNE_LIBS} ${Python3_LIBRARIES})
# the following should apparently work but doesn't target_link_libraries(test_embed2 PRIVATE Python3::Python)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment