Skip to content

Commit b2bee5b

Browse files
committed
Fix after rebase
1 parent 27f7e71 commit b2bee5b

File tree

5 files changed

+439
-503
lines changed

5 files changed

+439
-503
lines changed

CMakeLists.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,16 @@ if(USERVER_INSTALL)
303303
endif()
304304

305305
if(USERVER_FEATURE_CORE)
306-
_userver_directory_install(
307-
COMPONENT core
308-
PROGRAMS "${USERVER_ROOT_DIR}/scripts/userver-create-service"
309-
DESTINATION ${CMAKE_INSTALL_BINDIR}/
310-
)
311-
_userver_directory_install(
312-
COMPONENT core
313-
DIRECTORY "${USERVER_ROOT_DIR}/service_template"
314-
DESTINATION ${CMAKE_INSTALL_DATADIR}/userver/
315-
)
306+
_userver_directory_install(
307+
COMPONENT core
308+
PROGRAMS "${USERVER_ROOT_DIR}/scripts/userver-create-service"
309+
DESTINATION ${CMAKE_INSTALL_BINDIR}/
310+
)
311+
_userver_directory_install(
312+
COMPONENT core
313+
DIRECTORY "${USERVER_ROOT_DIR}/service_template"
314+
DESTINATION ${CMAKE_INSTALL_DATADIR}/userver/
315+
)
316316
endif()
317317

318318
_userver_print_features_list()

0 commit comments

Comments
 (0)