From 9f81c94789b9cc7c5e5bc72257b0d393d9567fa7 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 23 Jan 2025 10:37:02 -0600 Subject: [PATCH] Correct filename --- config/cmake/H5PL_Examples.cmake.in | 4 ++-- config/cmake/HDFPluginMacros.cmake | 2 +- docs/INSTALL_With_CMake.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/cmake/H5PL_Examples.cmake.in b/config/cmake/H5PL_Examples.cmake.in index 3089ec0f..364c8f89 100644 --- a/config/cmake/H5PL_Examples.cmake.in +++ b/config/cmake/H5PL_Examples.cmake.in @@ -118,10 +118,10 @@ endif() # ############################################################################################################### if(WIN32) - include(${CTEST_DASHBOARD_ROOT}\\HDFoptions.cmake) + include(${CTEST_DASHBOARD_ROOT}\\HDFPLoptions.cmake) include(${CTEST_DASHBOARD_ROOT}\\CTestScript.cmake) else() - include(${CTEST_DASHBOARD_ROOT}/HDFoptions.cmake) + include(${CTEST_DASHBOARD_ROOT}/HDFPLoptions.cmake) include(${CTEST_DASHBOARD_ROOT}/CTestScript.cmake) endif() ############################################################################################################## diff --git a/config/cmake/HDFPluginMacros.cmake b/config/cmake/HDFPluginMacros.cmake index aba24d7f..38e77ef1 100644 --- a/config/cmake/HDFPluginMacros.cmake +++ b/config/cmake/HDFPluginMacros.cmake @@ -338,7 +338,7 @@ macro (INSTALL_SUPPORT varname) FILES ${${PLUGIN_PACKAGE_NAME}_BINARY_DIR}/H5PL_Examples.cmake ${${PLUGIN_PACKAGE_NAME}_RESOURCES_DIR}/CTestScript.cmake - ${${PLUGIN_PACKAGE_NAME}_RESOURCES_DIR}/HDFoptions.cmake + ${${PLUGIN_PACKAGE_NAME}_RESOURCES_DIR}/HDFPLoptions.cmake DESTINATION ${${PLUGIN_PACKAGE_NAME}_INSTALL_DATA_DIR} COMPONENT hdfdocuments ) diff --git a/docs/INSTALL_With_CMake.txt b/docs/INSTALL_With_CMake.txt index 164c147b..7ff18516 100644 --- a/docs/INSTALL_With_CMake.txt +++ b/docs/INSTALL_With_CMake.txt @@ -58,7 +58,7 @@ CMake build script from https://github.com/HDFGroup/hdf5_plugins/blob/master/con Configuration files from https://github.com/HDFGroup/hdf5_plugins/blob/master/config/cmake: HDF5PLconfig.cmake - HDFoptions.cmake + HDFPLoptions.cmake External compression libraries are in the source libs folder. @@ -75,7 +75,7 @@ To build HDF5 Filter libraries you will need to: 3. Change to the source directory "hdf5_plugins-1.y.x". CTestScript.cmake file should not be modified. - 4. Edit the platform configuration file, HDFoptions.cmake, if you want to change + 4. Edit the platform configuration file, HDFPLoptions.cmake, if you want to change the default build environment. The file is a compilation of the most used options and by commenting/uncommenting lines the options can easily be changed. @@ -306,7 +306,7 @@ IV. Further considerations See the CMake help for more information on using toolchain files. To use a toolchain file with the supplied cmake scripts, see the - HDFoptions.cmake file under the toolchain section. + HDFPLoptions.cmake file under the toolchain section. Notes: CMake and HDF5