Skip to content

Commit

Permalink
Fix CMAKE_REQUIRED_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Feb 17, 2024
1 parent 040b617 commit 35aa5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindFilesystem.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include(CheckCXXSourceCompiles)
cmake_push_check_state()

set(CMAKE_REQUIRED_QUIET TRUE)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_REQUIRED_FLAGS -std=c++17)
set(STD_FILESYSTEM_CODE "
#include <filesystem>
#include <iostream>
Expand Down

0 comments on commit 35aa5fa

Please sign in to comment.