-
Notifications
You must be signed in to change notification settings - Fork 182
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
[build] windows cmake options fixed #1907
Conversation
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.
I guess the command is also needed for unix builds.... we should put it there, too.
I will add this too. |
…dd for unix build too
remove CMake logging for ECAL_THIRDPARTY_BUILD_ASIO, ECAL_THIRDPARTY_BUILD_FTXUI, ECAL_THIRDPARTY_BUILD_SPDLOG, ECAL_THIRDPARTY_BUILD_TCLAP, ECAL_THIRDPARTY_BUILD_TERMCOLOR, ECAL_THIRDPARTY_BUILD_YAML-CPP
… build using windows cmake batch
CMakeLists.txt
Outdated
message(STATUS "ECAL_THIRDPARTY_BUILD_GTEST : ${ECAL_THIRDPARTY_BUILD_GTEST}") | ||
message(STATUS "ECAL_THIRDPARTY_BUILD_HDF5 : ${ECAL_THIRDPARTY_BUILD_HDF5}") | ||
message(STATUS "ECAL_THIRDPARTY_BUILD_PROTOBUF : ${ECAL_THIRDPARTY_BUILD_PROTOBUF}") | ||
message(STATUS "ECAL_THIRDPARTY_BUILD_QWT : ${ECAL_THIRDPARTY_BUILD_QWT}") | ||
message(STATUS "ECAL_THIRDPARTY_BUILD_RECYCLE : ${ECAL_THIRDPARTY_BUILD_RECYCLE}") | ||
message(STATUS "ECAL_THIRDPARTY_BUILD_SPDLOG : ${ECAL_THIRDPARTY_BUILD_SPDLOG}") |
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.
Why did you remove all those prints?
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.
Reverted .. didn't check that they are set in the dependency provider.
CMake option ECAL_PYTHON_BUILD_SAMPLES decoupled from BUILD_SAMPLES and defaulted to OFF
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.
Looks good! 👍
Description
.. as the title says.