Nicolas Winkler 5 년 전
부모
커밋
63e2e36685
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)