Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

CDT build #179

Merged
merged 9 commits into from
Apr 13, 2021
Merged

CDT build #179

merged 9 commits into from
Apr 13, 2021

Conversation

mvandeberg
Copy link
Member

Fixes to get CDT to build successfully.

CMakeLists.txt Outdated
@@ -10,31 +10,34 @@ if(CCACHE_PROGRAM)
set(CMAKE_XCODE_ATTRIBUTE_LDPLUSPLUS "${CMAKE_SOURCE_DIR}/ci/ccache_clang++")
endif()

option(ENABLE_HUNTER "Use Hunter to pull C++ dependencies" ON)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use the variable HUNTER_ENABLED instead of using our own. The hunter calls should have no effect according to the documentation and therefore we shouldn't need to wrap them in any conditional statements.

https://hunter.readthedocs.io/en/latest/reference/user-variables.html#hunter-enabled

@sgerbino sgerbino merged commit 220643c into master Apr 13, 2021
@sgerbino sgerbino deleted the cdt-build branch April 13, 2021 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants