Опечатки
This commit is contained in:
parent
64331d7d1c
commit
dea0b8e43b
@ -1,5 +1,5 @@
|
|||||||
if(NOT LIBIONOBASE_PREFIX STREQUAL CMAKE_BINARY_DIR)
|
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(
|
find_path(
|
||||||
LIBIONOBASE_INCLUDE_DIRS
|
LIBIONOBASE_INCLUDE_DIRS
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# NOTE: MPFR prefix is understood to be the path to the root of the MPFR
|
# NOTE: MPFR prefix is understood to be the path to the root of the MPFR
|
||||||
# installation library.
|
# 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
|
find_path(MPFR_INCLUDE_DIR mpfr.h
|
||||||
PATHS ${MPFR_PREFIX}/include)
|
PATHS ${MPFR_PREFIX}/include)
|
||||||
|
@ -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
|
find_path(MATHGL_INCLUDE_DIR NAMES mgl2/mgl.h
|
||||||
PATHS
|
PATHS
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
if(NOT MYXLIB_IS_EXTERNAL_PROJECT)
|
if(NOT MYXLIB_IS_EXTERNAL_PROJECT)
|
||||||
set(MYXLIB_PREFIX
|
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(
|
find_path(
|
||||||
MYXLIB_INCLUDE_DIRS
|
MYXLIB_INCLUDE_DIRS
|
||||||
|
Loading…
Reference in New Issue
Block a user