Skip to content

Commit

Permalink
chore: include all header in nlohmann_json target (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo authored Jul 18, 2024
1 parent 0eeca05 commit a29f71a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ ExternalProject_Add(nlohmann-json
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/json"
EXCLUDE_FROM_ALL ON
CMAKE_CACHE_ARGS
-DJSON_MultipleHeaders:BOOL=ON
-DCMAKE_CXX_STANDARD:STRING=${TRITON_MIN_CXX_STANDARD}
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=TRUE
-DCMAKE_INSTALL_PREFIX:PATH=${TRITON_THIRD_PARTY_INSTALL_PREFIX}/nlohmann_json
Expand Down

0 comments on commit a29f71a

Please sign in to comment.