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.
1 parent 04e7858 commit 80e29a7Copy full SHA for 80e29a7
source/compiler/CMakeLists.txt
@@ -18,7 +18,7 @@ project(pawnc
18
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
19
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake)
20
#==============================================================================#
21
-include(CheckIncludeFile)
+include(CheckIncludeFiles)
22
include(CheckFunctionExists)
23
24
# check for optional include files
0 commit comments