Skip to content

Commit 80e29a7

Browse files
authored
Include correct macro to check for files
1 parent 04e7858 commit 80e29a7

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)