Nicolas Winkler 5 yıl önce
ebeveyn
işleme
63e2e36685
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      libmandel/CMakeLists.txt

+ 1 - 1
libmandel/CMakeLists.txt

@@ -6,7 +6,7 @@ set(ARCH "X86_64" CACHE STRING "Target Architecture")
 
 project(mandel VERSION 1.0.0 DESCRIPTION "library for mandelbrot calculations")
 
-find_package(OpenCL)
+find_package(OpenCL REQUIRED)
 find_package(OpenMP)
 #set(Boost_DEBUG 1)
 set(Boost_USE_STATIC_LIBS ON)