Skip to content

Commit

Permalink
Skip conan and vcpkg autosetup when using QtCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
hemirt committed May 20, 2024
1 parent da526b3 commit bcef9df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions QtCreatorPackageManager.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if (NOT QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP)
message(STATUS "Skipping Qt Creator automatic package manager (skipping Conan and VCPKG) - check QtCreatorPackageManager.cmake for more details")
endif()

set(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP ON)
set(QT_CREATOR_SKIP_CONAN_SETUP ON)
set(QT_CREATOR_SKIP_VCPKG_SETUP ON)

0 comments on commit bcef9df

Please sign in to comment.