summaryrefslogtreecommitdiff
path: root/Externals
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-08-22 18:42:33 +0300
committerAlfred Wingate <parona@protonmail.com>2025-05-03 22:34:07 +0300
commita3c7423273a194404a790ff40ae17568408890bf (patch)
treeffa9c320402f1d6fc47ce06a2bff7aa95ccdc88c /Externals
parent5cfe3760a574d2d7eec922024681663c5dee3bb9 (diff)
Remove unused cmake includes
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Diffstat (limited to 'Externals')
-rw-r--r--Externals/bzip2/CMakeLists.txt1
-rw-r--r--Externals/liblzma/CMakeLists.txt1
-rw-r--r--Externals/zstd/CMakeLists.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/Externals/bzip2/CMakeLists.txt b/Externals/bzip2/CMakeLists.txt
index 5ab09692df..62e0e075c4 100644
--- a/Externals/bzip2/CMakeLists.txt
+++ b/Externals/bzip2/CMakeLists.txt
@@ -3,7 +3,6 @@ project(bzip2 C)
include(CheckTypeSize)
include(CheckFunctionExists)
include(CheckIncludeFile)
-include(CheckCSourceCompiles)
check_include_file(sys/types.h HAVE_SYS_TYPES_H)
check_include_file(stdint.h HAVE_STDINT_H)
diff --git a/Externals/liblzma/CMakeLists.txt b/Externals/liblzma/CMakeLists.txt
index 3c728a007e..0d33d0ad9d 100644
--- a/Externals/liblzma/CMakeLists.txt
+++ b/Externals/liblzma/CMakeLists.txt
@@ -3,7 +3,6 @@ project(lzma C)
include(CheckTypeSize)
include(CheckFunctionExists)
include(CheckIncludeFile)
-include(CheckCSourceCompiles)
check_include_file(sys/types.h HAVE_SYS_TYPES_H)
check_include_file(stdint.h HAVE_STDINT_H)
diff --git a/Externals/zstd/CMakeLists.txt b/Externals/zstd/CMakeLists.txt
index 335ad06abf..bb164b45a7 100644
--- a/Externals/zstd/CMakeLists.txt
+++ b/Externals/zstd/CMakeLists.txt
@@ -7,7 +7,6 @@ endif()
include(CheckTypeSize)
include(CheckFunctionExists)
include(CheckIncludeFile)
-include(CheckCSourceCompiles)
check_include_file(sys/types.h HAVE_SYS_TYPES_H)
check_include_file(stdint.h HAVE_STDINT_H)