Skip to content

Commit e0e5dd0

Browse files
Update CMakeLists.txt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21b3a34 commit e0e5dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ check_cxx_source_compiles("
2727
# Check for __cpp_lib_forward_like
2828
check_cxx_source_compiles("
2929
#include <utility>
30-
int main() {
30+
int main() {
3131
int x = 42;
3232
auto&& r = std::forward_like<int&>(x);
3333
return 0;

0 commit comments

Comments
 (0)