Make the project explicitly C
So it doesn't search for an unneeded C++ compiler
This commit is contained in:
parent
2ae9da696a
commit
2a4b467f08
@ -9,7 +9,7 @@ INCLUDE(CheckCSourceCompiles)
|
||||
INCLUDE(CheckTypeSize)
|
||||
|
||||
|
||||
PROJECT(OpenAL)
|
||||
PROJECT(OpenAL C)
|
||||
|
||||
|
||||
SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user