We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2aa01 commit 5fc253bCopy full SHA for 5fc253b
CMakeLists.txt
@@ -213,11 +213,11 @@ if (${COMPILER_HAS_COLOR})
213
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdiagnostics-color=always")
214
endif()
215
216
-if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
217
- if (COMPILER_HAS_FCOROUTINES)
218
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcoroutines")
219
- endif()
220
-endif()
+#if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
+# if (COMPILER_HAS_FCOROUTINES)
+# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcoroutines")
+# endif()
+#endif()
221
222
#if (COMPILER_HAS_FCOROUTINES_TS)
223
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcoroutines-ts")
0 commit comments