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

[cmake] Disabled Conan for the moment.

parent ddf1e2ab
No related branches found
No related tags found
No related merge requests found
......@@ -76,16 +76,16 @@ include(PythonSetup)
include(ProcessesSetup)
include(ProjectSetup)
include(Functions)
include(ConanSetup)
# include(ConanSetup)
include(CompilerSetup)
include(JobPools)
include(Find)
include(DependenciesExternalProject)
include(Dependencies)
# Hack for Conan (msvc) gui build. Also linking to ${CONAN_LIBS} globally
if(OGS_USE_CONAN AND OGS_USE_NETCDF)
link_libraries($<$<BOOL:${WIN32}>:zlib.lib> ${CONAN_LIBS})
endif()
#if(OGS_USE_CONAN AND OGS_USE_NETCDF)
# link_libraries($<$<BOOL:${WIN32}>:zlib.lib> ${CONAN_LIBS})
#endif()
include(DocumentationSetup)
include(test/Test)
include(Coverage)
......
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