File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ set(Filesystem_TEST_SOURCE
4646 #include <filesystem>
4747 #include <iostream>
4848 int main() {
49- std::cout << std::filesystem::current_path() << std::endl;
50- return 0;
49+ std::cout << std::filesystem::current_path() << std::endl;
50+ return 0;
5151 }
5252" )
5353
@@ -73,9 +73,9 @@ endif()
7373cmake_pop_check_state()
7474
7575set (Filesystem_FOUND ${STD_FILESYSTEM_FOUND}
76- CACHE BOOL "True if filesystem utilities are found" )
76+ CACHE BOOL "True if filesystem utilities are found" )
7777set (Filesystem_LIBRARIES ${STD_FILESYSTEM_LIBRARY}
78- CACHE STRING "The filesystem utilities libraries" )
78+ CACHE STRING "The filesystem utilities libraries" )
7979mark_as_advanced (STD_FILESYSTEM_FOUND STD_FILESYSTEM_LIBRARY)
8080
8181if (Filesystem_LIBRARIES)
You can’t perform that action at this time.
0 commit comments