Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
35
Issues
35
List
Boards
Labels
Milestones
JIRA
JIRA
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima
Commits
b23dcf0f
Commit
b23dcf0f
authored
Jul 10, 2019
by
Operator for ID19
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WIP] temporary patch / issue IF DEFINED ENV
parent
d7915473
Pipeline
#12498
passed with stages
in 23 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Options.cmake
Options.cmake
+3
-1
No files found.
Options.cmake
View file @
b23dcf0f
...
...
@@ -121,7 +121,9 @@ endif()
# Python Tango server
IF
(
DEFINED ENV{LIMA_ENABLE_PYTANGO_SERVER}
)
set
(
LIMA_ENABLE_PYTANGO_SERVER
"$ENV{LIMA_ENABLE_PYTANGO_SEVER}"
CACHE BOOL
"install python tango server?"
FORCE
)
# to investigate why if LIMA_ENABLE_PYTANGO_SERVER is not defined comes here ???
message
(
"... LIMA_ENABLE_PYTANGO_SERVER: [$ENV{LIMA_ENABLE_PYTANGO_SEVER}]"
)
#set(LIMA_ENABLE_PYTANGO_SERVER "$ENV{LIMA_ENABLE_PYTANGO_SEVER}" CACHE BOOL "install python tango server?" FORCE)
else
()
option
(
LIMA_ENABLE_PYTANGO_SERVER
"install python tango server?"
OFF
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment