Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rserban committed Jan 5, 2023
2 parents 3159610 + fef42ac commit 3870c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ configure_file("${PROJECT_SOURCE_DIR}/cmake/ChronoConfig.cmake.in"
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(CH_CONFIG_INSTALL_PATH "cmake")
else()
set(CH_CONFIG_INSTALL_PATH "lib/cmake")
set(CH_CONFIG_INSTALL_PATH "lib/cmake/Chrono")
endif()

install(FILES "${PROJECT_BINARY_DIR}/cmake/ChronoConfig.cmake.install"
Expand Down

0 comments on commit 3870c79

Please sign in to comment.