Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ProfugusMC
ProfugusMC
Commits
36bd52c9
Commit
36bd52c9
authored
Aug 30, 2018
by
Hamilton, Steven P
Browse files
Removing compilation of xmc executable.
parent
9fcb7129
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/MC/CMakeLists.txt
View file @
36bd52c9
...
...
@@ -196,13 +196,15 @@ TRIBITS_ADD_LIBRARY(
NOINSTALLHEADERS
${
HEADERS
}
SOURCES
${
SOURCES
}
)
TRIBITS_ADD_EXECUTABLE
(
xmc
NOEXESUFFIX
NOEXEPREFIX
SOURCES mc_driver/mc.cc
INSTALLABLE
)
# Disable building xmc executable
#TRIBITS_ADD_EXECUTABLE(
# xmc
# NOEXESUFFIX
# NOEXEPREFIX
# SOURCES mc_driver/mc.cc
# INSTALLABLE
# )
TRIBITS_ADD_EXECUTABLE
(
profugus
...
...
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