force switch to boost::context, add --force option to bzr clean-tree
This commit is contained in:
parent
e659d53590
commit
cbcf666470
|
@ -181,7 +181,7 @@ ExternalProject_Add( boost
|
|||
# to ignore previously applied patches
|
||||
PATCH_COMMAND bzr revert
|
||||
# bzr revert is insufficient to remove "added" files:
|
||||
COMMAND bzr clean-tree -q
|
||||
COMMAND bzr clean-tree -q --force
|
||||
|
||||
COMMAND bzr patch -p0 "${PROJECT_SOURCE_DIR}/patches/boost_minkowski.patch"
|
||||
COMMAND bzr patch -p0 "${PROJECT_SOURCE_DIR}/patches/boost_cstdint.patch"
|
||||
|
|
|
@ -176,10 +176,11 @@ set( COMMON_SRCS
|
|||
geometry/shape_index.cpp
|
||||
)
|
||||
|
||||
# TODO: remove this whole if test and remove the sytem/*.s sources once every platform is tested with
|
||||
# boost::context library
|
||||
if( UNIX AND NOT APPLE )
|
||||
else()
|
||||
|
||||
# TODO: remove this whole "if test" on or after 14-Jan-2014 and remove the system/*.s
|
||||
# sources if no one complains by then.
|
||||
# boost::context library replaces this functionality:
|
||||
if( false )
|
||||
enable_language( C CXX ASM )
|
||||
set_source_files_properties( system/fcontext.s PROPERTIES COMPILE_FLAGS "-x assembler-with-cpp" )
|
||||
list( APPEND COMMON_SRCS system/fcontext.s )
|
||||
|
|
Loading…
Reference in New Issue