Skip to content

Commit

Permalink
Tweak error shown if <filesystem> support is not found
Browse files Browse the repository at this point in the history
Suggested by @COM8

Co-authored-by: Fabian Sauter <[email protected]>
  • Loading branch information
2 people authored and Alex Wang committed Nov 20, 2023
1 parent 5b3ef6d commit e4ab578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ else()
if(CXXFS_SUPPORTED)
target_link_libraries(cpr PUBLIC c++fs)
else()
message(FATAL_ERROR "<filesystem> support could not be found")
message(FATAL_ERROR "Your compiler does not support the `<filesystem>` include or cpr is unable to determine the proper compiler flags for it.")
endif()
endif()
endif()
Expand Down

0 comments on commit e4ab578

Please sign in to comment.