mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 02:47:16 +02:00
style: pre-commit
This commit is contained in:
@ -86,6 +86,8 @@ enable_testing()
|
|||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
# TODO remove this hack when clang-20.2 is released
|
# TODO remove this hack when clang-20.2 is released
|
||||||
if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 20 AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 20.2)
|
if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 20
|
||||||
|
AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 20.2
|
||||||
|
)
|
||||||
target_compile_options(mp-units-core PUBLIC "-Wno-unused-result")
|
target_compile_options(mp-units-core PUBLIC "-Wno-unused-result")
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user