Skip to content

Commit a6b24cc

Browse files
committed
try to clear warning in CLI11
1 parent 7ed5958 commit a6b24cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

converter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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}"
20+
units_convert PUBLIC UNITS_VERSION_STRING="${UNITS_VERSION}" CLI11_HAS_CODECVT=0
2121
)
2222
if(CMAKE_CXX_STANDARD GREATER 16)
2323
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT CMAKE_CXX_COMPILER_VERSION

0 commit comments

Comments
 (0)