Skip to content

Commit

Permalink
Update the paths used in the generated H5SupportConfig.cmake file
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Dec 30, 2021
1 parent eb6c71b commit 3747479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

project(H5Support LANGUAGES C CXX VERSION 1.0.4)
project(H5Support LANGUAGES C CXX VERSION 1.0.5)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down
4 changes: 2 additions & 2 deletions cmake/H5SupportConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ endif()

include("${CMAKE_CURRENT_LIST_DIR}/H5SupportTargets.cmake")

set(H5Support_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../../include")
set(H5Support_LIB_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../../lib;${CMAKE_CURRENT_LIST_DIR}/../../../bin")
set(H5Support_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include")
set(H5Support_LIB_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../lib;${CMAKE_CURRENT_LIST_DIR}/../../bin")

0 comments on commit 3747479

Please sign in to comment.