浏览代码

Remove SEND_ERROR to continue configuration

Matthias Vogelgesang 7 年之前
父节点
当前提交
ab2a588011
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -13,7 +13,7 @@ if(DEFINED ENV{AMDAPPSDKROOT})
     message("--   found AMDAPPSDKROOT")
     set(HAVE_AMDAPPSDK "$ENV{AMDAPPSDKROOT}")
 else()
-    message(SEND_ERROR "--   not found")
+    message("--   not found")
 endif()
 
 set(AMDAPPSDK_INCLUDE_DIRS "$ENV{AMDAPPSDKROOT}/include")