Skip to content

Commit

Permalink
Remove obsolete vcpkg helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed May 29, 2024
1 parent 4f305db commit 7430207
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 223 deletions.
7 changes: 0 additions & 7 deletions ApplicationLibCode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ if(MSVC)
add_definitions(-D_USE_MATH_DEFINES)
endif()

# ##############################################################################
# Eigen
# ##############################################################################
if(RESINSIGHT_VCPKG_AUTO_INSTALL)
vcpkg_install(eigen3)
endif()

find_package(Eigen3 REQUIRED)

# ##############################################################################
Expand Down
16 changes: 0 additions & 16 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
option(RESINSIGHT_BUNDLE_TESTMODELS "Copy TestModels into the installation" OFF)
mark_as_advanced(RESINSIGHT_BUNDLE_TESTMODELS)

option(RESINSIGHT_VCPKG_AUTO_INSTALL
"Automatically download build pre-requisites with VCPKG" OFF
)
mark_as_advanced(RESINSIGHT_VCPKG_AUTO_INSTALL)

if(RESINSIGHT_VCPKG_AUTO_INSTALL)
include(AutoVcpkg)
set(AUTO_VCPKG_ROOT "${CMAKE_SOURCE_DIR}/ThirdParty/vcpkg")
endif()

set(CMAKE_CXX_STANDARD 20)

set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down Expand Up @@ -436,12 +426,6 @@ endif() # MSVC
# Opm
# ##############################################################################

if(RESINSIGHT_VCPKG_AUTO_INSTALL)
vcpkg_install(boost-filesystem)
vcpkg_install(boost-spirit)
include(${CMAKE_TOOLCHAIN_FILE})
endif()

add_subdirectory(ThirdParty/custom-opm-flowdiagnostics)
add_subdirectory(ThirdParty/custom-opm-flowdiag-app)

Expand Down
4 changes: 0 additions & 4 deletions GrpcInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ project(GrpcInterface)
message(STATUS "GRPC enabled")
add_definitions(-DENABLE_GRPC)

if(RESINSIGHT_VCPKG_AUTO_INSTALL)
vcpkg_install(grpc)
endif()

set(CMAKE_UNITY_BUILD false)
set(RESINSIGHT_GRPC_PYTHON_EXECUTABLE
""
Expand Down
148 changes: 0 additions & 148 deletions cmake/AutoVcpkg.cmake

This file was deleted.

27 changes: 0 additions & 27 deletions cmake/vcpkg-bootstrap.cmake

This file was deleted.

7 changes: 0 additions & 7 deletions vcpkg_x64-linux.txt

This file was deleted.

7 changes: 0 additions & 7 deletions vcpkg_x64-osx.txt

This file was deleted.

7 changes: 0 additions & 7 deletions vcpkg_x64-windows.txt

This file was deleted.

0 comments on commit 7430207

Please sign in to comment.