Skip to content

Commit 9ed2bfd

Browse files
committed
Release 0.12.3
1 parent 12e55e3 commit 9ed2bfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ include(CMakePackageConfigHelpers)
7676
install(FILES ${XTENSOR_PYTHON_HEADERS}
7777
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/xtensor-python)
7878

79-
# GNUInstallDirs "DATADIR" wrong here; CMake search path wants "share".
80-
set(XTENSOR_PYTHON_CMAKECONFIG_INSTALL_DIR "share/cmake/${PROJECT_NAME}" CACHE STRING "install path for xtensor-pythonConfig.cmake")
79+
set(XTENSOR_PYTHON_CMAKECONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" CACHE
80+
STRING "install path for xtensor-pythonConfig.cmake")
8181

8282
configure_package_config_file(${PROJECT_NAME}Config.cmake.in
8383
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
#define XTENSOR_PYTHON_VERSION_MAJOR 0
1313
#define XTENSOR_PYTHON_VERSION_MINOR 12
14-
#define XTENSOR_PYTHON_VERSION_PATCH 2
14+
#define XTENSOR_PYTHON_VERSION_PATCH 3
1515

1616
#endif

0 commit comments

Comments
 (0)