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 a369eb5 commit 9d663b4Copy full SHA for 9d663b4
cmake/FindCoroutines.cmake
@@ -152,7 +152,7 @@ if(find_final)
152
check_include_file_cxx("coroutine" _CXX_COROUTINES_HAVE_HEADER)
153
if(_CXX_COROUTINES_HAVE_HEADER)
154
check_cxx_source_compiles("#include <coroutine> \n typedef std::suspend_never blub; \nint main() {} " _CXX_COROUTINES_FINAL_HEADER_COMPILES)
155
- set(_CXX_COROUTINES_HAVE_HEADER ${}_CXX_COROUTINES_FINAL_HEADER_COMPILES})
+ set(_CXX_COROUTINES_HAVE_HEADER ${_CXX_COROUTINES_FINAL_HEADER_COMPILES})
156
endif()
157
158
if(NOT _CXX_COROUTINES_HAVE_HEADER)
0 commit comments