Skip to content

Commit d746f69

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

converter/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ if(UNITS_BUILD_CONVERTER_APP)
1717
)
1818
target_include_directories(units_convert PRIVATE ${PROJECT_SOURCE_DIR}/ThirdParty)
1919
target_compile_definitions(
20-
units_convert PUBLIC UNITS_VERSION_STRING="${UNITS_VERSION}" CLI11_HAS_CODECVT=0
20+
units_convert PUBLIC UNITS_VERSION_STRING="${UNITS_VERSION}"
21+
CLI11_HAS_CODECVT=0
2122
)
2223
if(CMAKE_CXX_STANDARD GREATER 16)
2324
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT CMAKE_CXX_COMPILER_VERSION

0 commit comments

Comments
 (0)