Skip to content
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

Activate optional dependencies for continuous integration #174

Merged
merged 3 commits into from
Jun 6, 2017

Conversation

favreau
Copy link
Member

@favreau favreau commented Jun 6, 2017

No description provided.

CMakeLists.txt Outdated
include(Common)

# By default, optional dependencies are disabled
set(BRAYNS_DEPENDENCY_ENABLED OFF)
Copy link
Contributor

Choose a reason for hiding this comment

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

As a user, this is hard to understand (which is why it needs a comment). BRAYNS_USE_OPTIONAL_DEPENDENCIES?

Copy link
Contributor

Choose a reason for hiding this comment

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

Why is it not auto, aka on-if-found!?

Copy link
Member Author

@favreau favreau Jun 6, 2017

Choose a reason for hiding this comment

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

We discussed the auto detection of libraries and I agree this should be done. I'll do that in a later PR though. Thanks.

CMakeLists.txt Outdated
@@ -96,6 +100,8 @@ if(BRAYNS_BENCHMARK_ENABLED)
add_subdirectory(apps/BraynsBenchmark)
endif()

common_find_package_post()
Copy link
Contributor

Choose a reason for hiding this comment

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

needs to be moved up before any add_subdirectory

@favreau favreau merged commit f139af7 into BlueBrain:master Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants