Skip to content

Commit

Permalink
Correct filename
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jan 23, 2025
1 parent cf5e9b2 commit 9f81c94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/cmake/H5PL_Examples.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
##############################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion config/cmake/HDFPluginMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
6 changes: 3 additions & 3 deletions docs/INSTALL_With_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9f81c94

Please sign in to comment.