Skip to content

Commit

Permalink
experimentally remove boost
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Oct 16, 2020
1 parent b06a364 commit 1ef41ab
Show file tree
Hide file tree
Showing 354 changed files with 0 additions and 45,811 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@ SET_SOURCE_FILES_PROPERTIES( ${PROJECT_HDRS} PROPERTIES HEADER_FILE_ONLY TRUE)

LIST(APPEND PROJECT_SRCS ${PROJECT_HDRS})

set(BOOST_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/boost")
set(Boost_NO_SYSTEM_PATHS ON)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_DEBUG_LIBS OFF)
set(Boost_USE_RELEASE_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
set(Boost_USE_DEBUG_RUNTIME OFF)
set(Boost_NO_BOOST_CMAKE ON)
find_package(Boost 1.67.0 REQUIRED COMPONENTS context)
include_directories(${Boost_INCLUDE_DIRS})

Expand Down
2 changes: 0 additions & 2 deletions thirdparty/boost/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions thirdparty/boost/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion thirdparty/boost/README

This file was deleted.

21 changes: 0 additions & 21 deletions thirdparty/boost/build.sh

This file was deleted.

85 changes: 0 additions & 85 deletions thirdparty/boost/include/boost/assert.hpp

This file was deleted.

67 changes: 0 additions & 67 deletions thirdparty/boost/include/boost/config.hpp

This file was deleted.

27 changes: 0 additions & 27 deletions thirdparty/boost/include/boost/config/abi/borland_prefix.hpp

This file was deleted.

12 changes: 0 additions & 12 deletions thirdparty/boost/include/boost/config/abi/borland_suffix.hpp

This file was deleted.

22 changes: 0 additions & 22 deletions thirdparty/boost/include/boost/config/abi/msvc_prefix.hpp

This file was deleted.

8 changes: 0 additions & 8 deletions thirdparty/boost/include/boost/config/abi/msvc_suffix.hpp

This file was deleted.

25 changes: 0 additions & 25 deletions thirdparty/boost/include/boost/config/abi_prefix.hpp

This file was deleted.

27 changes: 0 additions & 27 deletions thirdparty/boost/include/boost/config/abi_suffix.hpp

This file was deleted.

Loading

0 comments on commit 1ef41ab

Please sign in to comment.