Опечатки

This commit is contained in:
Andrei Astafev 2021-06-24 11:51:52 +03:00
parent 64331d7d1c
commit dea0b8e43b
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
if(NOT LIBIONOBASE_PREFIX STREQUAL CMAKE_BINARY_DIR)
set(LIBIONOBASE_PREFIX "" CACHE PATH "The path to the previx of an libionobase installation")
set(LIBIONOBASE_PREFIX "" CACHE PATH "The path to the prefix of an libionobase installation")
find_path(
LIBIONOBASE_INCLUDE_DIRS

View File

@ -8,7 +8,7 @@
# NOTE: MPFR prefix is understood to be the path to the root of the MPFR
# installation library.
set(MPFR_PREFIX "" CACHE PATH "The path to the previx of an MPFR installation")
set(MPFR_PREFIX "" CACHE PATH "The path to the prefix of an MPFR installation")
find_path(MPFR_INCLUDE_DIR mpfr.h
PATHS ${MPFR_PREFIX}/include)

View File

@ -1,4 +1,4 @@
set(MATHGP_PREFIX "" CACHE PATH "The path to the previx of an MathGL installation")
set(MATHGP_PREFIX "" CACHE PATH "The path to the prefix of an MathGL installation")
find_path(MATHGL_INCLUDE_DIR NAMES mgl2/mgl.h
PATHS

View File

@ -1,7 +1,7 @@
if(NOT MYXLIB_IS_EXTERNAL_PROJECT)
set(MYXLIB_PREFIX
""
CACHE PATH "The path to the previx of an myxlib installation")
CACHE PATH "The path to the prefix of an myxlib installation")
find_path(
MYXLIB_INCLUDE_DIRS