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 c351a04 commit 4abf3c2Copy full SHA for 4abf3c2
src/python3/CMakeLists.txt
@@ -28,7 +28,7 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Debug")
28
29
pybind11_add_module(cpp_etc cpp_etc.cpp)
30
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
+target_link_libraries(cpp_etc PUBLIC phare_amr) # gives us samrai header includes
32
set_target_properties(cpp_etc
33
PROPERTIES
34
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/pybindlibs"
0 commit comments