Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Don't build tests/benchmarks etc. for spdlog library
Browse files Browse the repository at this point in the history
  • Loading branch information
horar committed Jan 18, 2019
1 parent 191776f commit 1b9bc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Includes/ProjectExternals_spdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ExternalProject_Add(spdlog-${spdlog-TAG}
GIT_TAG ${spdlog-TAG}
GIT_SHALLOW 1

CMAKE_ARGS "${CMAKE_ARGS};-DCMAKE_BUILD_TYPE=Release;-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>-DSPDLOG_BUILD_BENCH=off;-DSPDLOG_BUILD_EXAMPLES=off;-DBUILD_TESTS=off;"
CMAKE_ARGS "${CMAKE_ARGS};-DCMAKE_BUILD_TYPE=Release;-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>;-DSPDLOG_BUILD_BENCH=off;-DSPDLOG_BUILD_EXAMPLES=off;-DSPDLOG_BUILD_TESTS=off;-DBUILD_TESTING=off"
CMAKE_COMMAND ${CMAKE_CROSS_COMMAND}
)

Expand Down

0 comments on commit 1b9bc0a

Please sign in to comment.