瀏覽代碼

removed requirement of comiso on the static library

Former-commit-id: a9de310b5648b4a26e586fbd1c69a3f5c13a6a76
Daniele Panozzo 10 年之前
父節點
當前提交
f6665fb585
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)