Skip to content
Snippets Groups Projects
Commit c15a2308 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Added option OGS_CONAN_BUILD to control local lib builds.

Possible values: missing (default), all, never, list of lib names

Examples:

cmake . -DOGS_CONAN_BUILD="Eigen3;Boost" -> Builds Eigen and Boost locally
cmake . -DOGS_CONAN_BUILD=all            -> Builds all libs locally

This basically reimplements all functionality we had with ExternalProject.
parent 9b8f1289
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment