We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f14c6fb + 9e2cfc8 commit 5cfa55aCopy full SHA for 5cfa55a
1 file changed
CMakeLists.txt
@@ -124,8 +124,10 @@ if(MSVC)
124
INTERFACE
125
# $<$<CONFIG:Debug,RelWithDebInfo>:/INCREMENTAL:NO> # TODO
126
)
127
-
128
else()
+ if(CMAKE_CXX_COMPILER_ID MATCHES Clang)
129
+ target_compile_options(_iris_cxx_common INTERFACE -fno-builtin-std-forward_like)
130
+ endif()
131
target_compile_options(
132
_iris_cxx_common
133
0 commit comments