From b727a0c093cc905a2212a0dc114187de744904de Mon Sep 17 00:00:00 2001 From: gisforgirard Date: Thu, 11 May 2023 22:58:08 -0400 Subject: [PATCH] Update CMakeLists.txt CMake Error at CMakeLists.txt:143 (check_c_source_compiles): Unknown CMake command "check_c_source_compiles". this fixes it --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dbaeffe..906f2c0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ include (CheckFunctionExists) include (CheckTypeSize) include (CheckCCompilerFlag) include (CheckCXXSymbolExists) +include (CheckCSourceCompiles) include (CheckCXXCompilerFlag) include (CheckLibraryExists)