Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
cpp_sisso
Commits
db853da9
Commit
db853da9
authored
Sep 10, 2021
by
Thomas Purcell
Browse files
Correct CMake Error
CLP not CoinUtils
parent
76797c03
Pipeline
#109614
passed with stages
in 68 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db853da9
...
...
@@ -412,7 +412,7 @@ ExternalProject_Add(
GIT_TAG
"releases/1.17.6"
CONFIGURE_COMMAND
"
${
COIN_CLP_CONFIGURE_COMMAND
}
"
BUILD_COMMAND make -j
${
BOOST_BUILD_N_PROCS
}
INSTALL_COMMAND
${
COIN_
UTILS
_MAKE_INSTALL_COMMAND
}
INSTALL_COMMAND
${
COIN_
CLP
_MAKE_INSTALL_COMMAND
}
BINARY_DIR
"
${
COIN_CLP_BUILD_DIR
}
"
INSTALL_DIR
"
${
COIN_CLP_INSTALL_DIR
}
"
)
...
...
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