Skip to content

Commit 1e6e0ff

Browse files
committed
Configure SlicerSALT project
1 parent a0881fa commit 1e6e0ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Applications/App/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ set(${PROJECT_NAME}_FOLDER "App-${PROJECT_NAME}")
7070
set(APPLIB_NAME "q${PROJECT_NAME}")
7171

7272
set(APPLIB_DESCRIPTION_SUMMARY
73-
"Customized version of slicer for Ninja"
73+
"Customized version of slicer for SlicerSALT"
7474
)
7575

7676
set(APPLIB_SRCS

CMake/DashboardTemplate.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ macro(setOnlyIfNotDefined var defaultvalue)
2727
endif()
2828
endmacro()
2929

30-
set(CTEST_PROJECT_NAME Ninja)
30+
set(CTEST_PROJECT_NAME SlicerSALT)
3131

3232
#-----------------------------------------------------------------------------
3333
# Repository

CMake/Superbuild/External_Ninja.cmake CMake/Superbuild/External_SlicerSALT.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# External project for the project.
2020
#
2121

22-
set(proj Ninja)
22+
set(proj SlicerSALT)
2323

2424
# Set dependency list
2525
set(${proj}_DEPENDENCIES VTKv7 ITKv4)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
cmake_minimum_required(VERSION 3.0)
2020

21-
set(APPLICATION_NAME Ninja)
21+
set(APPLICATION_NAME SlicerSALT)
2222
set(APPLICATION_DOMAIN "kitware.com")
2323
set(APPLICATION_VENDOR "Kitware, Inc.")
2424

CTestConfig.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CTEST_PROJECT_NAME "Ninja")
1+
set(CTEST_PROJECT_NAME "SlicerSALT")
22
set(CTEST_NIGHTLY_START_TIME "3:00:00 UTC")
33

44
set(CTEST_DROP_METHOD "http")

0 commit comments

Comments
 (0)