We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6704f9 commit 6ba7f93Copy full SHA for 6ba7f93
CMakeLists.txt
@@ -267,9 +267,11 @@ 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 RUNTIME DESTINATION units_llnl
271
- ARCHIVE DESTINATION units_llnl
272
- LIBRARY DESTINATION units_llnl
+ install(
+ TARGETS units
+ RUNTIME DESTINATION units_llnl
273
+ ARCHIVE DESTINATION units_llnl
274
+ LIBRARY DESTINATION units_llnl
275
)
276
endif()
277
0 commit comments