We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd075c + c91544d commit c8f8d1aCopy full SHA for c8f8d1a
cmake/ext/bz2/CMakeLists.txt
@@ -91,7 +91,7 @@ if(TARGET BZip2::BZip2)
91
# updated in the bzlib.h header. BZ2_bzerror() is available as of 1.0.0.
92
block()
93
set(headers "bzlib.h")
94
- if(BZip2_VERSION VERSION_LESS 1.0.4)
+ if(BZIP2_VERSION VERSION_LESS 1.0.4)
95
list(PREPEND headers "stdio.h")
96
endif()
97
check_symbol_exists(BZ2_bzerror "${headers}" PHP_EXT_BZ2_SANITY_CHECK)
0 commit comments