Skip to content

Commit

Permalink
One more iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Clune committed Feb 26, 2019
1 parent 5449d3a commit 2f5e3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ configure_file(GFTL-config-version.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/GFTL-con
configure_file(GFTL-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/GFTL-config.cmake @ONLY)
install (
FILES ${CMAKE_CURRENT_BINARY_DIR}/GFTL-config.cmake ${CMAKE_CURRENT_BINARY_DIR}/GFTL-config-version.cmake
DESTINATION "GFTL-${GFTL_VERSION_MAJOR}.${GFTL_VERSION_MINOR}"
DESTINATION "GFTL-${GFTL_VERSION_MAJOR}.${GFTL_VERSION_MINOR}/cmake"
)
2 changes: 1 addition & 1 deletion GFTL-config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package configuration file

get_filename_component (SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set (PREFIX ${SELF_DIR}/..)
set (PREFIX ${SELF_DIR}/../..)
include ("${PREFIX}/GFTL-@GFTL_VERSION_MAJOR@.@GFTL_VERSION_MINOR@/include/GFTL.cmake")

0 comments on commit 2f5e3f0

Please sign in to comment.