Commit 634c1633 by Dominic Hamon

don't find 64-bit libraries in 32-bit mode

parent 43f04460
......@@ -109,6 +109,7 @@ include(CXXFeatureCheck)
if (BENCHMARK_BUILD_32_BITS)
add_required_cxx_compiler_flag(-m32)
set_property(FIND_LIBRARY_USE_LIB64_PATHS OFF)
endif()
if (MSVC)
......
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