mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 16:57:01 +08:00
removed references to frozen
This commit is contained in:
parent
b35ef4725a
commit
e738beff33
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.8)
|
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
|
# 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
|
# variable has been defined. In the case it has, we can conclude mio is a
|
||||||
# subproject.
|
# subproject.
|
||||||
@ -31,7 +31,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# the CTest module
|
# the CTest module
|
||||||
#
|
#
|
||||||
CMAKE_DEPENDENT_OPTION(mio.tests
|
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)
|
${BUILD_TESTING} "NOT subproject" OFF)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user