Skip to content

Commit

Permalink
make filesystem not required (required breaks 32 bit windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Sep 26, 2024
1 parent 41d420c commit d2a3cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ else()
add_subdirectory(library)
endif()

find_package(Filesystem REQUIRED)
find_package(Filesystem)

if(DPP_USE_EXTERNAL_JSON)
# We do nothing here, we just assume it is on the include path.
Expand Down

0 comments on commit d2a3cf0

Please sign in to comment.