From: John Spray Date: Tue, 17 Apr 2018 10:28:04 +0000 (+0100) Subject: cmake: include frontend build in 'all' target X-Git-Tag: v13.1.0~191^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bdb3df55565505dd745f821e7aef63c8a31c7890;p=ceph.git cmake: include frontend build in 'all' target The frontend wasn't getting included in a default build since it was removed as a dependency of ceph-mgr and made a dependency of vstart instead. Signed-off-by: John Spray --- diff --git a/src/pybind/mgr/dashboard/CMakeLists.txt b/src/pybind/mgr/dashboard/CMakeLists.txt index 99bf35d6bef0e..f2b67dd8c4c7e 100644 --- a/src/pybind/mgr/dashboard/CMakeLists.txt +++ b/src/pybind/mgr/dashboard/CMakeLists.txt @@ -71,6 +71,7 @@ add_custom_command( COMMENT "dashboard frontend is being created" ) add_custom_target(mgr-dashboard-frontend-build + ALL DEPENDS frontend/dist mgr-dashboard-frontend-deps WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src/pybind/mgr/dashboard/frontend )