Skip to content

Commit cce5fe0

Browse files
authored
Merge pull request #1 from mysy00/patch-1
Include correct macro to check for files
2 parents 04e7858 + 80e29a7 commit cce5fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project(pawnc
1818
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
1919
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake)
2020
#==============================================================================#
21-
include(CheckIncludeFile)
21+
include(CheckIncludeFiles)
2222
include(CheckFunctionExists)
2323

2424
# check for optional include files

0 commit comments

Comments
 (0)