Переглянути джерело

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")