Skip to content
Snippets Groups Projects
Commit 02b02e8d authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Don't build spdlog's tests

parent 57f56d1f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ ExternalProject_Add(
CONFIGURE_COMMAND ${CMAKE_COMMAND}
-DCMAKE_INSTALL_PREFIX=${DEPS_INSTALL_DIR}
-DCMAKE_BUILD_TYPE=Release
-DSPDLOG_BUILD_EXAMPLES=0
-DSPDLOG_BUILD_TESTING=0
${DEPS_BUILD_DIR}/spdlog
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment