Skip to content

Commit

Permalink
fix(build): Drop conan support
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRedEye committed Aug 2, 2022
1 parent c1d7e9b commit 9636100
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 68 deletions.
26 changes: 0 additions & 26 deletions cmake/dependencies/conan.cmake

This file was deleted.

2 changes: 2 additions & 0 deletions cmake/dependencies/populate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ if(${POORPROF_DEPS} STREQUAL "system")
include(cmake/dependencies/system.cmake)
elseif(${POORPROF_DEPS} STREQUAL "vcpkg")
include(cmake/dependencies/vcpkg.cmake)
else()
message(FATAL "Unknown dependencies provider ${POORPROF_DEPS}")
endif()
4 changes: 0 additions & 4 deletions cmake/dependencies/system.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ list(APPEND POORPROF_PRIVATE_LIBRARIES spdlog::spdlog)

find_package(re2 REQUIRED)
list(APPEND POORPROF_PRIVATE_LIBRARIES re2::re2)

# set(Boost_USE_STATIC_LIBS ON)
# find_package(Boost REQUIRED COMPONENTS iostreams)
# list(APPEND POORPROF_PRIVATE_LIBRARIES Boost::iostreams)
4 changes: 0 additions & 4 deletions cmake/dependencies/vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ list(APPEND POORPROF_PRIVATE_LIBRARIES spdlog::spdlog)

find_package(re2 REQUIRED)
list(APPEND POORPROF_PRIVATE_LIBRARIES re2::re2)

# set(Boost_USE_STATIC_LIBS ON)
# find_package(Boost REQUIRED COMPONENTS iostreams)
# list(APPEND POORPROF_PRIVATE_LIBRARIES Boost::iostreams)
34 changes: 0 additions & 34 deletions conanfile.py

This file was deleted.

0 comments on commit 9636100

Please sign in to comment.