Skip to content

Commit

Permalink
MB-10922 Don't use linux binaries on SunOS
Browse files Browse the repository at this point in the history
Change-Id: Ide70ad7546d9824de4a28760f9160f3a8e7a2877
Reviewed-on: http://review.couchbase.org/36202
Tested-by: Trond Norbye <trond.norbye@gmail.com>
Reviewed-by: Chris Hillery <ceej@couchbase.com>
  • Loading branch information
trondn committed Apr 23, 2014
1 parent 3a128c3 commit 73db8ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/CMakeLists.txt
Expand Up @@ -16,6 +16,9 @@ ELSEIF (WIN32)
INSTALL (PROGRAMS "${PROJECT_SOURCE_DIR}/priv/i386-win32-vbmap.exe" DESTINATION "bin" RENAME "vbmap.exe")
INSTALL (PROGRAMS "${PROJECT_SOURCE_DIR}/priv/i386-win32-generate_cert.exe" DESTINATION "bin"
RENAME "generate_cert.exe")
ELSEIF (CMAKE_SYSTEM_NAME MATCHES "SunOS")
ADD_SUBDIRECTORY (generate_cert)
ADD_SUBDIRECTORY (vbmap)
ELSEIF (UNIX)
INSTALL (PROGRAMS "${PROJECT_SOURCE_DIR}/priv/i386-linux-vbmap" DESTINATION "bin" RENAME "vbmap")
INSTALL (PROGRAMS "${PROJECT_SOURCE_DIR}/priv/i386-linux-generate_cert" DESTINATION "bin"
Expand Down

0 comments on commit 73db8ed

Please sign in to comment.