Skip to content

Commit 8f737f5

Browse files
authored
test linking
1 parent 7031b5e commit 8f737f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python3/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Debug")
2727

2828

2929
pybind11_add_module(cpp_etc cpp_etc.cpp)
30-
target_link_libraries(cpp_etc PUBLIC phare_amr)
3130
target_compile_options(cpp_etc PRIVATE ${PHARE_WERROR_FLAGS} -DPHARE_HAS_HIGHFIVE=${PHARE_HAS_HIGHFIVE})
3231
set_target_properties(cpp_etc
3332
PROPERTIES

0 commit comments

Comments
 (0)