Skip to content

Commit 4abf3c2

Browse files
authored
Doh
1 parent c351a04 commit 4abf3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Debug")
2828

2929
pybind11_add_module(cpp_etc cpp_etc.cpp)
3030
target_compile_options(cpp_etc PRIVATE ${PHARE_WERROR_FLAGS} -DPHARE_HAS_HIGHFIVE=${PHARE_HAS_HIGHFIVE})
31-
target_link_libraries(cpp_dbg PUBLIC phare_amr) # gives us samrai header includes
31+
target_link_libraries(cpp_etc PUBLIC phare_amr) # gives us samrai header includes
3232
set_target_properties(cpp_etc
3333
PROPERTIES
3434
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/pybindlibs"

0 commit comments

Comments
 (0)