Skip to content

Commit 9ef937c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ if(NOT UNITS_HEADER_ONLY AND UNITS_BUILD_PYTHON_LIBRARY)
266266

267267
# Install directive for scikit-build-core
268268
install(TARGETS units_llnl_ext LIBRARY DESTINATION units_llnl)
269-
if (UNITS_BUILD_SHARED_LIBRARY)
269+
if(UNITS_BUILD_SHARED_LIBRARY)
270270
install(TARGETS units LIBRARY DESTINATION units_llnl)
271271
endif()
272272
endif()

0 commit comments

Comments
 (0)