From 89d7b0aa1bfa1672f84cbfb383750c7759bc396e Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 31 Aug 2016 09:42:23 -0300 Subject: Updated library requirements (added REQUIRED). --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 69d2179..80fe285 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,13 +16,13 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) # http://arma.sourceforge.net/ -find_package(Armadillo) +find_package(Armadillo REQUIRED) # Will probably work with most CUDA releases -find_package(CUDA) +find_package(CUDA REQUIRED) # Qt5 packages -find_package(Qt5 COMPONENTS Core Qml Quick Widgets) +find_package(Qt5 COMPONENTS Core Qml Quick Widgets REQUIRED) # The application can significantly speed up some operations using multiple # threads via OpenMP, if supported -- cgit v1.2.3