Skip to content

Commit f475d00

Browse files
authored
Move H5pubconf.h.in from config to src (#5822)
1 parent 5be9b57 commit f475d00

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ endif ()
12491249
#-----------------------------------------------------------------------------
12501250
# Generate the H5pubconf.h file containing user settings needed by compilation
12511251
#-----------------------------------------------------------------------------
1252-
configure_file (${HDF_CONFIG_DIR}/H5pubconf.h.in ${HDF5_SRC_BINARY_DIR}/H5pubconf.h @ONLY)
1252+
configure_file (${HDF5_SRC_DIR}/H5pubconf.h.in ${HDF5_SRC_BINARY_DIR}/H5pubconf.h @ONLY)
12531253

12541254
#-----------------------------------------------------------------------------
12551255
# Option to build examples
File renamed without changes.

0 commit comments

Comments
 (0)