Explorar o código

Remove SEND_ERROR to continue configuration

Matthias Vogelgesang %!s(int64=7) %!d(string=hai) anos
pai
achega
ab2a588011
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")