From 8a67b4e32a65f370024a8cdab973e6d3c37168ce Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Sat, 14 Jun 2008 23:31:50 +0000 Subject: Cmake: fix config.h not being found (bzr r5944) --- CMakeScripts/FindBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeScripts/FindBoost.cmake') diff --git a/CMakeScripts/FindBoost.cmake b/CMakeScripts/FindBoost.cmake index 20bf27ab8..b1a83803a 100644 --- a/CMakeScripts/FindBoost.cmake +++ b/CMakeScripts/FindBoost.cmake @@ -159,7 +159,7 @@ IF (_boost_IN_CACHE) FOREACH(COMPONENT ${Boost_FIND_COMPONENTS}) STRING(TOUPPER ${COMPONENT} COMPONENT) _Boost_ADJUST_LIB_VARS( ${COMPONENT} ) - FOREACH(COMPONENT) + ENDFOREACH(COMPONENT) SET(Boost_INCLUDE_DIRS ${Boost_INCLUDE_DIR}) ELSE (_boost_IN_CACHE) # Need to search for boost -- cgit v1.2.3