Remove IRIX nonsense
This commit is contained in:
parent
9b14f4242a
commit
688095d0a7
|
@ -333,12 +333,6 @@ if (WIN32)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES "IRIX")
|
|
||||||
set_target_properties(synergys PROPERTIES LINK_FLAGS "-all -woff 33 -woff 84 -woff 15")
|
|
||||||
set_target_properties(synergyc PROPERTIES LINK_FLAGS "-all -woff 33 -woff 84 -woff 15")
|
|
||||||
set_target_properties(synergyd PROPERTIES LINK_FLAGS "-all -woff 33 -woff 84 -woff 15")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (CONF_CPACK)
|
if (CONF_CPACK)
|
||||||
message(FATAL_ERROR "CPack support has been removed.")
|
message(FATAL_ERROR "CPack support has been removed.")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -19,8 +19,3 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR}/lib)
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
add_subdirectory(cmd)
|
add_subdirectory(cmd)
|
||||||
add_subdirectory(gui)
|
add_subdirectory(gui)
|
||||||
|
|
||||||
|
|
||||||
if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") AND (NOT ${DISABLE_TESTS}))
|
|
||||||
add_subdirectory(test)
|
|
||||||
endif()
|
|
||||||
|
|
Loading…
Reference in New Issue