git-svn-id: svn://db.shs.com.ru/pip@291 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-12-01 11:25:18 +00:00
parent 8be3102085
commit 05d04a4503
4 changed files with 36 additions and 109 deletions

View File

@@ -15,8 +15,6 @@ else ()
set(PIP_CMG /usr/bin/pip_cmg)
endif ()
#set(PIP_CMG /usr/bin/pip_cmg)
if (NOT PIP_VERSION)
file(STRINGS "${PIP_INCLUDES}/pip_version_str.h" _VERSION REGEX "\".*\"")
string(REGEX MATCH "\".*\"" _VERSION ${_VERSION})
@@ -30,5 +28,5 @@ if (PIP_FIND_VERSION VERSION_GREATER PIP_VERSION)
message(FATAL_ERROR "PIP version ${PIP_VERSION} is available, but ${PIP_FIND_VERSION} requested!")
endif ()
include(${CMAKE_ROOT}/Modules/PIPMacros2.cmake)
include(PIPMacros)