Skip to content

Commit 9d663b4

Browse files
authored
Fix typo in FindCoroutines.cmake
1 parent a369eb5 commit 9d663b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindCoroutines.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if(find_final)
152152
check_include_file_cxx("coroutine" _CXX_COROUTINES_HAVE_HEADER)
153153
if(_CXX_COROUTINES_HAVE_HEADER)
154154
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})
155+
set(_CXX_COROUTINES_HAVE_HEADER ${_CXX_COROUTINES_FINAL_HEADER_COMPILES})
156156
endif()
157157

158158
if(NOT _CXX_COROUTINES_HAVE_HEADER)

0 commit comments

Comments
 (0)