]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: include frontend build in 'all' target 21466/head
authorJohn Spray <john.spray@redhat.com>
Tue, 17 Apr 2018 10:28:04 +0000 (11:28 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 17 Apr 2018 10:29:21 +0000 (11:29 +0100)
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 <john.spray@redhat.com>
src/pybind/mgr/dashboard/CMakeLists.txt

index 99bf35d6bef0ee47f6bf29eb0b637ca24c340dfe..f2b67dd8c4c7e0b62cbc583693fead9e36fee96d 100644 (file)
@@ -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
 )