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 20cdbe7 commit e31818fCopy full SHA for e31818f
CMakeLists.txt
@@ -709,11 +709,7 @@ if(openPMD_HAVE_Julia)
709
src/binding/julia/shared_ptr.cpp
710
src/binding/julia/version.cpp
711
)
712
- target_compile_features(openPMD.jl PUBLIC cxx_std_17)
713
- set_target_properties(openPMD.jl PROPERTIES
714
- CXX_EXTENSIONS OFF
715
- CXX_STANDARD_REQUIRED ON
716
- )
+ openpmd_cxx_required(openPMD.jl)
717
target_link_libraries(openPMD.jl PRIVATE openPMD JlCxx::cxxwrap_julia JlCxx::cxxwrap_julia_stl)
718
endif()
719
0 commit comments