From ed2dff1c8edf47e122179396e50b8a3c47796b94 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Thu, 13 Sep 2018 12:32:49 +0200 Subject: [PATCH] Testing own FindBoost.cmake --- FindBoost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/FindBoost.cmake b/FindBoost.cmake index 689b6c79..36341830 100644 --- a/FindBoost.cmake +++ b/FindBoost.cmake @@ -133,6 +133,7 @@ foreach(LIBNAME ${REQUESTED_BOOST_LIBS}) message(FATAL_ERROR "Boost library ${LIBNAME} was NOT found! Please, set variable BOOST_LIBRARYDIR to the correct path and check the library names format in your Boost installation.") + endif() message("${LIBNAME} ${${LIBNAME}}") -- GitLab