Make the project explicitly C

So it doesn't search for an unneeded C++ compiler
This commit is contained in:
Chris Robinson 2008-06-06 18:33:13 -07:00
parent 2ae9da696a
commit 2a4b467f08

View File

@ -9,7 +9,7 @@ INCLUDE(CheckCSourceCompiles)
INCLUDE(CheckTypeSize)
PROJECT(OpenAL)
PROJECT(OpenAL C)
SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)