Commit 128fe250 by Giuseppe Roberti

Fix ${include_install_dir}

parent 824bbb81
...@@ -27,7 +27,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows") ...@@ -27,7 +27,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
target_link_libraries(benchmark Shlwapi) target_link_libraries(benchmark Shlwapi)
endif() endif()
set(include_install_dir "include/doctest/") set(include_install_dir "include/benchmark")
set(lib_install_dir "lib/") set(lib_install_dir "lib/")
set(bin_install_dir "bin/") set(bin_install_dir "bin/")
set(config_install_dir "lib/cmake/${PROJECT_NAME}") set(config_install_dir "lib/cmake/${PROJECT_NAME}")
......
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