Skip to content
Snippets Groups Projects
Verified Commit 6b7db0ac authored by Francois Keith's avatar Francois Keith Committed by Justin Carpentier
Browse files

[Win32] Add missing option in benchmark build

parent 79af6869
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@
# ----------------------------------------------------
# --- BENCHMARK --------------------------------------
# ----------------------------------------------------
IF(WIN32)
ADD_DEFINITIONS("-DNOMINMAX")
ENDIF()
ADD_CUSTOM_TARGET(bench)
MACRO(ADD_BENCH bench_name)
......
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