diff options
Diffstat (limited to 'CMakeScripts/FindBoost.cmake')
| -rw-r--r-- | CMakeScripts/FindBoost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
