Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Treat Haiku as BeOS in CMakeLists.txt ... this lets CD-ROM support bu…
…ild, etc.
  • Loading branch information
icculus committed Jul 16, 2011
1 parent f94d227 commit 4075482
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Expand Up @@ -26,6 +26,11 @@ IF (CMAKE_SYSTEM MATCHES OS2)
SET(OS2 TRUE)
ENDIF (CMAKE_SYSTEM MATCHES OS2)

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

IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
SET(SOLARIS TRUE)
ENDIF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
Expand Down

0 comments on commit 4075482

Please sign in to comment.