Fix the cmake issue with VIEWER_CHANNEL_NOSPACES
Thanks for helping, Friti!
This commit is contained in:
@@ -14,9 +14,6 @@ set(ROOT_PROJECT_NAME "Singularity" CACHE STRING
|
|||||||
"The root project/makefile/solution name. Defaults to Singularity.")
|
"The root project/makefile/solution name. Defaults to Singularity.")
|
||||||
project(${ROOT_PROJECT_NAME})
|
project(${ROOT_PROJECT_NAME})
|
||||||
|
|
||||||
string(REPLACE " " "" VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL})
|
|
||||||
set(VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL_NOSPACE} CACHE STRING "Prefix used for resulting artifacts.")
|
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||||
|
|
||||||
include(Variables)
|
include(Variables)
|
||||||
|
|||||||
@@ -186,6 +186,9 @@ set(GRID agni CACHE STRING "Target Grid")
|
|||||||
|
|
||||||
set(VIEWER_CHANNEL "Singularity Test" CACHE STRING "Viewer Channel Name")
|
set(VIEWER_CHANNEL "Singularity Test" CACHE STRING "Viewer Channel Name")
|
||||||
|
|
||||||
|
string(REPLACE " " "" VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL})
|
||||||
|
set(VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL_NOSPACE} CACHE STRING "Prefix used for resulting artifacts.")
|
||||||
|
|
||||||
set(ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer")
|
set(ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer")
|
||||||
set(SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if necessary.")
|
set(SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if necessary.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user