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.)
This commit is contained in:
Chris Want 2008-01-22 04:27:23 +00:00
parent d2d6719586
commit c4929f84f7

@ -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)