$OpenBSD$ --- CMakeLists.txt.orig Sun Jul 20 16:04:34 2014 +++ CMakeLists.txt Sun Jul 20 16:04:47 2014 @@ -81,7 +81,6 @@ endif() add_subdirectory(client) add_subdirectory(server) add_subdirectory(master) -add_subdirectory(odalaunch) # Disable the ag-odalaunch target completely: -DNO_AG-ODALAUNCH_TARGET # This is only really useful when setting up a universal build. @@ -96,7 +95,7 @@ if(NOT APPLE) set(CPACK_PACKAGE_INSTALL_DIRECTORY Odamex) set(CPACK_RESOURCE_FILE_LICENSE ${PROJECT_SOURCE_DIR}/LICENSE) - set(CPACK_COMPONENTS_ALL client server odalaunch common) + set(CPACK_COMPONENTS_ALL client server common) set(CPACK_COMPONENT_CLIENT_DEPENDS common) set(CPACK_COMPONENT_CLIENT_DISPLAY_NAME "Odamex") set(CPACK_COMPONENT_SERVER_DEPENDS common)