Skip to content

Commit

Permalink
Force to create conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Feb 6, 2025
1 parent 64012f1 commit e4c3dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BLOSC/config/zlibdev-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include(GNUInstallDirs)

set(CPACK_INCLUDED FALSE)

if(NOT ZLIB_CONF_WRITTEN)
#if(NOT ZLIB_CONF_WRITTEN)
set(Z_PREFIX ${ZLIB_PREFIX})
set(CONF_OUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/zconf.h.cmakein)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h.in ZCONF_CONTENT LIMIT 245)
Expand All @@ -66,7 +66,7 @@ if(NOT ZLIB_CONF_WRITTEN)
TRUE
CACHE BOOL "zconf.h.cmakein was created")
mark_as_advanced(ZLIB_CONF_WRITTEN)
endif(NOT ZLIB_CONF_WRITTEN)
#endif(NOT ZLIB_CONF_WRITTEN)

#
# Check to see if we have large file support
Expand Down

0 comments on commit e4c3dc1

Please sign in to comment.