diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f606125..eafe936b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -314,4 +314,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") install(DIRECTORY bash_completion.d DESTINATION ${CONF_INST_DIR}) endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux") -add_subdirectory(runtime EXCLUDE_FROM_ALL) +add_subdirectory(runtime)