Skip to content

Commit

Permalink
removed unused defines in external_json.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 4, 2023
1 parent 35cbd46 commit 8b1983c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMake/external_json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ function(get_nlohmann_json)
${CMAKE_BINARY_DIR}/external-projects/json-download/CMakeLists.txt )
execute_process( COMMAND "${CMAKE_COMMAND}" -G "${CMAKE_GENERATOR}" .
-DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
-DCMAKE_CXX_STANDARD_LIBRARIES=${CMAKE_CXX_STANDARD_LIBRARIES}
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DANDROID_ABI=${ANDROID_ABI}
-DANDROID_STL=${ANDROID_STL}
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/external-projects/json-download"
OUTPUT_QUIET
RESULT_VARIABLE configure_ret )
Expand Down

0 comments on commit 8b1983c

Please sign in to comment.