Set project language to C
check_function_exists() tried to use a C++ compiler for some odd reason, so I've set the language to C explicitly. This shouldn't hurt in theory, since we don't use C++.
This commit is contained in:
parent
b57210fe80
commit
0a146f7344
@ -1,4 +1,4 @@
|
||||
project(pawnamx)
|
||||
project(pawnamx C)
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
# check for optional include files
|
||||
|
@ -1,4 +1,4 @@
|
||||
project(pawnc)
|
||||
project(pawnc C)
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake)
|
||||
|
Loading…
x
Reference in New Issue
Block a user