Skip to content

Commit

Permalink
Fixed a bug in the installation of a configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Dec 9, 2016
1 parent 9d1e304 commit e8e89d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ install (TARGETS alpscore_cthyb
)

install(EXPORT ALPSCoreCTHYB-export
FILE ALPSCoreCTHYB-config.cmake
FILE alpscorecthyb-config.cmake
DESTINATION share/cmake/ALPSCoreCTHYB/
EXPORT_LINK_INTERFACE_LIBRARIES)

Expand All @@ -132,4 +132,4 @@ install(EXPORT ALPSCoreCTHYB-export
#LIBRARY DESTINATION lib
#)
#install (FILES "./src/solver.hpp" DESTINATION "include/alps/cthyb")
#install (FILES "${CMAKE_BINARY_DIR}/ALPSCoreCTHYBConfig.cmake" DESTINATION "./share/ALPSCoreCTHYB/")
#install (FILES "${CMAKE_BINARY_DIR}/ALPSCoreCTHYBConfig.cmake" DESTINATION "./share/ALPSCoreCTHYB/")

0 comments on commit e8e89d9

Please sign in to comment.