Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
5039e347
Commit
5039e347
authored
Dec 12, 2018
by
T.J. Corona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only allow plugin when smtk is not in dev mode
parent
2979e1ea
Pipeline
#126068
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CMakeLists.txt
CMakeLists.txt
+5
-1
No files found.
CMakeLists.txt
View file @
5039e347
...
...
@@ -92,7 +92,6 @@ function (superbuild_find_projects var)
qt4
qt5
remus
smtkresourcemanagerstate
smtk
smtkusersguide
szip
...
...
@@ -116,6 +115,11 @@ function (superbuild_find_projects var)
pywin32
)
endif
()
if
(
NOT DEVELOPER_MODE_smtk
)
list
(
APPEND projects
smtkresourcemanagerstate
)
endif
()
option
(
USE_NONFREE_COMPONENTS
"Enable the non-free parts of the superbuild"
OFF
)
mark_as_advanced
(
USE_NONFREE_COMPONENTS
)
if
(
USE_NONFREE_COMPONENTS
)
...
...
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