Skip to content

Commit f0bfd0d

Browse files
authored
Merge pull request #584 from bradh/deps_cmake_2025-05-26
fix: quote target argument that is only present for VCPKG build
2 parents 214bb36 + be46260 commit f0bfd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22

3-
project(dependecies-build)
3+
project(dependencies-build)
44

55
# Install and build dependencies locally
66
include(ExternalProject)

0 commit comments

Comments
 (0)