Skip to content

Commit 47ca68d

Browse files
committed
style: pre-commit
1 parent b68090d commit 47ca68d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ if(MP_UNITS_BUILD_CXX_MODULES)
130130

131131
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 18)
132132
target_compile_options(
133-
mp-units-core PUBLIC -Wno-include-angled-in-module-purview
134-
-Wno-error=unused-command-line-argument
133+
mp-units-core PUBLIC -Wno-include-angled-in-module-purview -Wno-error=unused-command-line-argument
135134
)
136135
endif()
137136

0 commit comments

Comments
 (0)