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 04e7858 + 80e29a7 commit cce5fe0Copy full SHA for cce5fe0
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