Browse Source

Remove SEND_ERROR to continue configuration

Matthias Vogelgesang 7 years ago
parent
commit
ab2a588011
1 changed files with 1 additions and 1 deletions
  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")