We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef937c commit d6704f9Copy full SHA for d6704f9
CMakeLists.txt
@@ -267,7 +267,10 @@ if(NOT UNITS_HEADER_ONLY AND UNITS_BUILD_PYTHON_LIBRARY)
267
# Install directive for scikit-build-core
268
install(TARGETS units_llnl_ext LIBRARY DESTINATION units_llnl)
269
if(UNITS_BUILD_SHARED_LIBRARY)
270
- install(TARGETS units LIBRARY DESTINATION units_llnl)
+ install(TARGETS units RUNTIME DESTINATION units_llnl
271
+ ARCHIVE DESTINATION units_llnl
272
+ LIBRARY DESTINATION units_llnl
273
+ )
274
endif()
275
276
0 commit comments