Explorar o código

removed requirement of comiso on the static library

Former-commit-id: a9de310b5648b4a26e586fbd1c69a3f5c13a6a76
Daniele Panozzo %!s(int64=10) %!d(string=hai) anos
pai
achega
f6665fb585
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -25,7 +25,7 @@ endif(ANTTWEAKBAR_FOUND)
 
 
 ## Check for CoMiSo, if not available skip the examples that depends on it
-find_package(LIBCOMISO REQUIRED)
+find_package(LIBCOMISO QUIET)
 if (LIBCOMISO_FOUND)
   include_directories( ${LIBCOMISO_INCLUDE_DIRS})
 endif(LIBCOMISO_FOUND)