Compare commits

..

No commits in common. "aa9e44b01f04ce5d4a184b7e874548cfa9a3649d" and "306cfff07a155bab2b177c5a2aed70ce1e2ad827" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View File

@ -1,16 +0,0 @@
# Подключение внешних проектов
include(ExternalProject)
if(MPFR_FOUND)
ExternalProject_Add(
mpfrcpp
SOURCE_DIR ${CMAKE_SOURCE_DIR}/thirdparty/mpreal
INSTALL_DIR ${CMAKE_BINARY_DIR}/include
DOWNLOAD_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND true
INSTALL_COMMAND ${CMAKE_COMMAND} -E copy <SOURCE_DIR>/mpreal.h <INSTALL_DIR>)
endif()
set(MPFRCPP_PREFIX ${CMAKE_BINARY_DIR} CACHE FILEPATH "" FORCE)
set(MPFRCPP_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR} CACHE PATH "" FORCE)

View File

@ -1,6 +1,3 @@
# Подключение внешних проектов
include(ExternalProject)
ExternalProject_Add(
myxlib
SOURCE_DIR ${CMAKE_SOURCE_DIR}/thirdparty/myxlib