git-svn-id: svn://db.shs.com.ru/pip@291 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user