Skip to content

Commit

Permalink
Follow-up for #495: fix config path (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Feb 5, 2019
1 parent 692216e commit 9624d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ install(DIRECTORY doc DESTINATION .)
# ---[ Package configurations
include(CMakePackageConfigHelpers)
configure_package_config_file(
${CMAKE_SOURCE_DIR}/cmake/dmlc-config.cmake.in
${CMAKE_LOCAL}/dmlc-config.cmake.in
${CMAKE_BINARY_DIR}/cmake/dmlc-config.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/dmlc)
write_basic_package_version_file(
Expand Down

0 comments on commit 9624d26

Please sign in to comment.