-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #8524 - CPack packages missing the vast majority of files #8525
Conversation
|
||
# Skip install() commands for jsoncpp | ||
add_subdirectory(jsoncpp EXCLUDE_FROM_ALL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix itself looks pretty simple, remove the override of the install
command.
(An alternative to EXCLUDE_FROM_ALL is to modify the jsoncpp/CMakeLists.txt and comment out the install calls)
…nging in sam / SSC) was permanently overriding every `install()` command and producing an almost empty package cf https://cmake.org/pipermail/cmake/2017-February/065033.html
440a6ae
to
bbb41c3
Compare
Not waiting on integration debug, thanks @jmarrec ! |
The SSC stuff is still broken on mac though.
|
Pull request overview
install()
command and producing an almost empty packagecf https://cmake.org/pipermail/cmake/2017-February/065033.html
Started with git bisect, but it didn't prove terribly useful.
I dissected every cmakelist.txt until I found this block that looked fishy.
EnergyPlus/third_party/ssc/CMakeLists.txt
Lines 143 to 148 in 687fc39
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.