Skip to content
Snippets Groups Projects
Forked from ogs / ogs
16829 commits behind the upstream repository.
  • Lars Bilke's avatar
    9fdf07a4
    [CMake] Integrate Conan install into CMake run. · 9fdf07a4
    Lars Bilke authored
    Set OGS_USE_CONAN=ON to enable this. Once enabled there is no
    conan install .. call necessary anymore.
    
    You can select individual libraries to be used from the system, e.g.:
    
    cmake -DOGS_USE_CONAN=ON -DOGS_LIB_VTK=System ..
    
    This lets Conan install all third-party libraries except of VTK.
    9fdf07a4
    History
    [CMake] Integrate Conan install into CMake run.
    Lars Bilke authored
    Set OGS_USE_CONAN=ON to enable this. Once enabled there is no
    conan install .. call necessary anymore.
    
    You can select individual libraries to be used from the system, e.g.:
    
    cmake -DOGS_USE_CONAN=ON -DOGS_LIB_VTK=System ..
    
    This lets Conan install all third-party libraries except of VTK.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 9.47 KiB