clean yet
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
|
||||
project(pip)
|
||||
set(_PIP_MAJOR 1)
|
||||
set(_PIP_MINOR 19)
|
||||
set(_PIP_MINOR 20)
|
||||
set(_PIP_REVISION 0)
|
||||
set(_PIP_SUFFIX alpha)
|
||||
set(_PIP_COMPANY SHS)
|
||||
@@ -274,15 +274,6 @@ else()
|
||||
endif()
|
||||
|
||||
|
||||
# Check if STL containers is on (to enable use "-DSTL=" argument of cmake)
|
||||
if(STL)
|
||||
message(STATUS "Building PIP with STL containers")
|
||||
add_definitions(-DPIP_CONTAINERS_STL)
|
||||
else()
|
||||
message(STATUS "Building PIP with PIP containers")
|
||||
endif()
|
||||
|
||||
|
||||
# Check if ICU used for PIString and PIChar
|
||||
if(ICU)
|
||||
message(STATUS "Building PIP with ICU")
|
||||
|
||||
Reference in New Issue
Block a user