Skip to content

Commit

Permalink
Pass through CMAKE_BUILD_TYPE to fmt build
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 17, 2020
1 parent f85ced1 commit bf9c42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/vendor/fmt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ExternalProject_add(
CMAKE_ARGS
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW
-DCMAKE_MSVC_RUNTIME_LIBRARY=${CMAKE_MSVC_RUNTIME_LIBRARY}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DFMT_DOC=OFF
-DFMT_TEST=OFF
Expand Down

0 comments on commit bf9c42c

Please sign in to comment.