branch | stable-2.0 |
changeset 1172 | 1a5ccd9dc5a0 |
parent 1157 | f71c23d5493f |
child 1298 | 3d9ab131709a |
--- a/CMakeLists.txt Sat Jul 09 23:11:56 2011 -0700 +++ b/CMakeLists.txt Sat Jul 16 14:14:00 2011 +0000 @@ -21,6 +21,11 @@ SET(MACOSX TRUE) ENDIF(APPLE AND NOT MACOSX) +# For now, Haiku and BeOS are the same, as far as the build system cares. +IF(HAIKU AND NOT BEOS) + SET(BEOS TRUE) +ENDIF(HAIKU AND NOT BEOS) + INCLUDE(CheckIncludeFile) INCLUDE(CheckLibraryExists) INCLUDE(CheckCSourceCompiles) @@ -401,4 +406,3 @@ ENDIF(PHYSFS_BUILD_TEST) # end of CMakeLists.txt ... -