Commit 22e4a534 authored by Andreas Schuh's avatar Andreas Schuh Committed by GitHub

fix: Run strip_flags_binary test only for release configurations (#163)

parent c713d2e7
......@@ -40,6 +40,7 @@ add_test (
NAME strip_flags_binary
COMMAND "${CMAKE_COMMAND}" "-DBINARY=$<TARGET_FILE:gflags_strip_flags_test>"
-P "${CMAKE_CURRENT_SOURCE_DIR}/gflags_strip_flags_test.cmake"
CONFIGURATIONS Release MinSizeRel
)
# ----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment