Bug #792
- Applied patch to allow Solaris to be recognized by cmake. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
8c6e5277ec
commit
e4c173771f
@@ -71,6 +71,8 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
set (DARWIN true)
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
set (FREEBSD true)
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||
set (SOLARIS true)
|
||||
else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
set (UNKNOWN true)
|
||||
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
|
||||
@@ -120,6 +120,7 @@
|
||||
Clarke).
|
||||
+ Fixed bug #788, which reported regex and readline versions, even though they
|
||||
are not used.
|
||||
+ Fixed bug #792, so that cmake now recognizes Solaris (thanks to Owen Clarke).
|
||||
|
||||
# Untracked Bugs, biggest first.
|
||||
+ Fixed bug that required the '%YAML' prologue in a YAML import.
|
||||
|
||||
Reference in New Issue
Block a user