From 2a4b467f08b084b8fe2ac8013b061d5a7f89d840 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 6 Jun 2008 18:33:13 -0700 Subject: [PATCH] Make the project explicitly C So it doesn't search for an unneeded C++ compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57a0e95f..5eb5c5c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ INCLUDE(CheckCSourceCompiles) INCLUDE(CheckTypeSize) -PROJECT(OpenAL) +PROJECT(OpenAL C) SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) -- 2.11.4.GIT