Skip to content

Commit

Permalink
Fix typo in libraries names
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Feb 17, 2024
1 parent 91b7331 commit 040b617
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 @@ -55,7 +55,7 @@ else()
set(CMAKE_REQUIRED_LIBRARIES -lc++fs)
check_cxx_source_compiles("${STD_FILESYSTEM_CODE}" STD_FILESYSTEM_CXXFS)
if(STD_FILESYSTEM_STDCXXFS)
set(STD_FILESYSTEM_LIBRARY -lstdc++fs)
set(STD_FILESYSTEM_LIBRARY -lc++fs)
set(STD_FILESYSTEM_FOUND TRUE)
endif()
endif()
Expand Down

0 comments on commit 040b617

Please sign in to comment.