From e738beff334f525c27b706c8689c7b0f9cfeb162 Mon Sep 17 00:00:00 2001 From: Austin McCartney Date: Sat, 13 Oct 2018 09:18:06 -0600 Subject: [PATCH] removed references to frozen --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fddf69..d9ac393 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.8) # -# Here we check whether frozen is being configured in isolation or as a component +# Here we check whether mio is being configured in isolation or as a component # of a larger proeject. To do so, we query whether the `PROJECT_NAME` CMake # variable has been defined. In the case it has, we can conclude mio is a # subproject. @@ -31,7 +31,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # the CTest module # CMAKE_DEPENDENT_OPTION(mio.tests - "Build the frozen tests and integrate with ctest" + "Build the mio tests and integrate with ctest" ${BUILD_TESTING} "NOT subproject" OFF) #