Skip to content

Commit

Permalink
conanfile.py: drop the lockfile, rely on just force=True
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 14, 2024
1 parent 267bf10 commit 2e8ed17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
3 changes: 0 additions & 3 deletions cmake/ThirdParty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ if(USE_CONAN)
message(FATAL_ERROR "Automatic Conan integration requires CMake 3.24 or later.")
endif()
include("${CMAKE_CURRENT_LIST_DIR}/SetDefaultProfile.cmake")
# Use a lockfile to keep the Conan recipe revisions fixed.
# Can be updated with `conan lock create . -r conancenter`.
set(CONAN_INSTALL_ARGS --build=missing --lockfile=${CMAKE_SOURCE_DIR}/conan.lock CACHE STRING "")
list(APPEND CMAKE_PROJECT_TOP_LEVEL_INCLUDES ${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake)
endif()

Expand Down
31 changes: 0 additions & 31 deletions conan.lock

This file was deleted.

0 comments on commit 2e8ed17

Please sign in to comment.