commit | c57994971c25c7d76b0dc2f61f3d4018112a54ac | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Tue Jun 13 14:06:43 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Tue Jun 13 14:06:43 2017 -0700 |
tree | 53294b20b3e35069222db759f481a4f4203fbe72 | |
parent | f3d847c9b91319220266695c726fdacbd1a860e8 [diff] |
incremental
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c4435e..b1971d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -156,7 +156,9 @@ find_package(PAM REQUIRED) # Boost-dbus -add_subdirectory(boost-dbus) +if(${BUILD_UT}) + add_subdirectory(boost-dbus) +endif() include_directories(boost-dbus/include) set(WEBSERVER_MAIN src/webserver_main.cpp)