From c4929f84f77747957389a72092b5afd8383aa3eb Mon Sep 17 00:00:00 2001 From: Chris Want Date: Tue, 22 Jan 2008 04:27:23 +0000 Subject: [PATCH] CMake isn't fully working yet, just correcting a simple typo. I see BINRELOC is set as a configurable option -- does this mean that it is optional on linux? (I thought it was required.) --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 7b9da71a501..4f11ea672d3 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -51,7 +51,7 @@ ENDIF(WITH_QUICKTIME) IF(WITH_BINRELOC) ADD_DEFINITIONS(-DWITH_BINRELOC) -endif(WITH_VINRELOC) +endif(WITH_BINRELOC) IF(YESIAMSTUPID) ADD_DEFINITIONS(-DYESIAMSTUPID)