Skip to content

Commit

Permalink
Fix APPLE's case in CMAKELists for checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Jan 9, 2020
1 parent 7914c37 commit b2b2a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/checkpoints/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ elseif(APPLE)
set(checkpoints_headers
./libznipfs/json.hpp
./libznipfs/HTTPRequest.hpp
./libznipfs/libznipfs-windows.h)
./libznipfs/libznipfs-mac.h)
else()
set(checkpoints_headers
./libznipfs/json.hpp
./libznipfs/HTTPRequest.hpp
./libznipfs/libznipfs-mac.h)
./libznipfs/libznipfs-windows.h)
endif()


Expand Down

0 comments on commit b2b2a70

Please sign in to comment.