Remove unnecessary benchmark subfolder

This commit is contained in:
Dominic Hamon 2017-04-04 08:39:02 -07:00
parent 66283598e6
commit 858581ea76

View File

@ -31,7 +31,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
target_link_libraries(benchmark Shlwapi)
endif()
set(include_install_dir "include/benchmark")
set(include_install_dir "include")
set(lib_install_dir "lib/")
set(bin_install_dir "bin/")
set(config_install_dir "lib/cmake/${PROJECT_NAME}")