mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 11:24:27 +02:00
build: setting of "-Wno-unused-result" flag moved to a different CMake file
This commit is contained in:
@@ -84,10 +84,3 @@ endif()
|
||||
# add unit tests
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
|
||||
# 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
|
||||
)
|
||||
target_compile_options(mp-units-core PUBLIC "-Wno-unused-result")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user