X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=CMakeLists.txt;h=dc7ecd6e46ba04feda7d28ac3034ee3865c616f4;hp=1616b72eef966e0a0dc3a4454e62b3aae49550ea;hb=8e12022c3d00f8acca4471016d71794988113c34;hpb=ded9fec7e4afae14fe2821608c132325afd65b7e diff --git a/CMakeLists.txt b/CMakeLists.txt index 1616b72..dc7ecd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,9 +21,7 @@ IF(DEBUG) ADD_DEFINITIONS(-DDEBUG -g3) ENDIF() -IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "mips") add_subdirectory(upgraded) -ENDIF() ADD_EXECUTABLE(procd ${SOURCES}) TARGET_LINK_LIBRARIES(procd ${LIBS})