We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7031b5e commit 8f737f5Copy full SHA for 8f737f5
src/python3/CMakeLists.txt
@@ -27,7 +27,6 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Debug")
27
28
29
pybind11_add_module(cpp_etc cpp_etc.cpp)
30
-target_link_libraries(cpp_etc PUBLIC phare_amr)
31
target_compile_options(cpp_etc PRIVATE ${PHARE_WERROR_FLAGS} -DPHARE_HAS_HIGHFIVE=${PHARE_HAS_HIGHFIVE})
32
set_target_properties(cpp_etc
33
PROPERTIES
0 commit comments