WIP: attempt to reproduce a bug with vcpkg and fetch-content

vcpkg-wip
Duncan Ogilvie 3 years ago
parent b3b2688a28
commit 5bdb638e0d

@ -0,0 +1,16 @@
[cmake]
version = "3.15"
[project]
name = "vcpkg_template"
#[fetch-content]
#cmkr-issue-repoA = { git = "https://github.com/darknessxk/cmkr-issue-repoA.git" }
[vcpkg]
version = "2020.11"
packages = ["fmt", "sqlite3"]
[find-package]
fmt = { version = "*" }
unofficial-sqlite3 = { version = "*" }

@ -0,0 +1,10 @@
[project]
name = "vcpkg_template"
[vcpkg]
version = "2020.11"
packages = ["fmt", "sqlite3"]
[find-package]
fmt = { version = "*" }
unofficial-sqlite3 = { version = "*" }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save