Browse Source

Remove SEND_ERROR to continue configuration

Matthias Vogelgesang 7 năm trước cách đây
mục cha
commit
ab2a588011
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")