Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
777e8348
Commit
777e8348
authored
13 years ago
by
Marco Biasini
Browse files
Options
Downloads
Patches
Plain Diff
don't stage dng when UI is disabled
parent
0ed2ffa6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/CMakeLists.txt
+8
-3
8 additions, 3 deletions
scripts/CMakeLists.txt
with
8 additions
and
3 deletions
scripts/CMakeLists.txt
+
8
−
3
View file @
777e8348
...
@@ -22,14 +22,19 @@ else()
...
@@ -22,14 +22,19 @@ else()
TARGET ost_scripts OUTPUT_DIR libexec/openstructure
)
TARGET ost_scripts OUTPUT_DIR libexec/openstructure
)
script
(
NAME ost INPUT ost.in SUBSTITUTE
${
SUBST_DICT
}
script
(
NAME ost INPUT ost.in SUBSTITUTE
${
SUBST_DICT
}
TARGET ost_scripts
)
TARGET ost_scripts
)
script
(
NAME dng INPUT dng.in SUBSTITUTE
${
SUBST_DICT
}
if
(
ENABLE_GUI
)
TARGET ost_scripts
)
script
(
NAME dng INPUT dng.in SUBSTITUTE
${
SUBST_DICT
}
TARGET ost_scripts
)
endif
()
endif
()
endif
()
set
(
INIT_SCRIPTS
set
(
INIT_SCRIPTS
init.py
init_cl.py
init_cl.py
)
)
if
(
ENABLE_GUI
)
list
(
APPEND INIT_SCRIPTS init.py
)
endif
()
copy_if_different
(
"./"
"
${
STAGE_DIR
}
/
${
LIB_DIR
}
/openstructure"
copy_if_different
(
"./"
"
${
STAGE_DIR
}
/
${
LIB_DIR
}
/openstructure"
"
${
INIT_SCRIPTS
}
"
"python init scripts"
ost_scripts
)
"
${
INIT_SCRIPTS
}
"
"python init scripts"
ost_scripts
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment