From 7fb56f75c1954a95e98c4fe6ba0c84d3f6ebecd7 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 4 Dec 2015 07:55:47 -0500 Subject: [PATCH] Fix a typo in a CMake check. --- bundled/boost-1.56.0/libs/iostreams/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled/boost-1.56.0/libs/iostreams/src/CMakeLists.txt b/bundled/boost-1.56.0/libs/iostreams/src/CMakeLists.txt index cd8a192403..4a88aadb24 100644 --- a/bundled/boost-1.56.0/libs/iostreams/src/CMakeLists.txt +++ b/bundled/boost-1.56.0/libs/iostreams/src/CMakeLists.txt @@ -26,7 +26,7 @@ SET(src_boost_iostreams zlib.cpp ) -IF(DEALII_WITH_BZIP2) +IF(DEAL_II_WITH_BZIP2) LIST(APPEND src_boost_iostreams bzip2.cpp) ELSE() MESSAGE(STATUS "BOOST::Iostreams will not support bz2'ed streams because libbz2 or its header files could not be found") -- 2.39.5