Unverified Commit 0579f620 by Dominic Hamon Committed by GitHub

Update CMakeLists.txt

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