Skip to content

Commit 977e71d

Browse files
committed
Stylefixes
1 parent cfaa65c commit 977e71d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/modules/FindFilesystem.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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()
7373
cmake_pop_check_state()
7474

7575
set(Filesystem_FOUND ${STD_FILESYSTEM_FOUND}
76-
CACHE BOOL "True if filesystem utilities are found")
76+
CACHE BOOL "True if filesystem utilities are found")
7777
set(Filesystem_LIBRARIES ${STD_FILESYSTEM_LIBRARY}
78-
CACHE STRING "The filesystem utilities libraries")
78+
CACHE STRING "The filesystem utilities libraries")
7979
mark_as_advanced(STD_FILESYSTEM_FOUND STD_FILESYSTEM_LIBRARY)
8080

8181
if(Filesystem_LIBRARIES)

0 commit comments

Comments
 (0)