diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 10:34:16 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 10:34:16 +0000 |
| commit | d73350357635c97b7484fc2d355c1191ebfcb83f (patch) | |
| tree | f8f9f0b0a062cfb819cd1afe8ae8065de51ab5ff /archivers/zstd/files | |
| parent | 52fa91784c918aa59d37eeab07d71682a747a838 (diff) | |
Diffstat (limited to 'archivers/zstd/files')
| -rw-r--r-- | archivers/zstd/files/zstdConfigVersion.cmake.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/archivers/zstd/files/zstdConfigVersion.cmake.in b/archivers/zstd/files/zstdConfigVersion.cmake.in index 4528f77accac..aca8084b9b16 100644 --- a/archivers/zstd/files/zstdConfigVersion.cmake.in +++ b/archivers/zstd/files/zstdConfigVersion.cmake.in @@ -50,16 +50,3 @@ else() endif() endif() endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() |
