Skip to content

Commit 6ba7f93

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d6704f9 commit 6ba7f93

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,11 @@ if(NOT UNITS_HEADER_ONLY AND UNITS_BUILD_PYTHON_LIBRARY)
267267
# Install directive for scikit-build-core
268268
install(TARGETS units_llnl_ext LIBRARY DESTINATION units_llnl)
269269
if(UNITS_BUILD_SHARED_LIBRARY)
270-
install(TARGETS units RUNTIME DESTINATION units_llnl
271-
ARCHIVE DESTINATION units_llnl
272-
LIBRARY DESTINATION units_llnl
270+
install(
271+
TARGETS units
272+
RUNTIME DESTINATION units_llnl
273+
ARCHIVE DESTINATION units_llnl
274+
LIBRARY DESTINATION units_llnl
273275
)
274276
endif()
275277
endif()

0 commit comments

Comments
 (0)