We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef4da2a + c2c3ed7 commit 9e2cfc8Copy full SHA for 9e2cfc8
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