blob: 9f3b79eca1afab529fecd44d42698005ac3ac576 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/core/platforms/CMakeLists.txt 2019-03-06 15:59:09.475369845 +0100
+++ b/core/platforms/CMakeLists.txt 2019-03-06 15:59:09.475369845 +0100
@@ -27,8 +27,6 @@
add_subdirectory(debian)
elseif (${DISTNAME} STREQUAL hpux)
MESSAGE( STATUS "DISTNAME: " ${DISTNAME} )
- else()
- add_subdirectory(${DISTNAME})
endif()
if (${systemd})
|