Skip to content

Commit f0d6702

Browse files
committed
fix triplets
1 parent 68bde67 commit f0d6702

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

cmake/depthaiVcpkgFeatures.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
if(DEPTHAI_VCPKG_USE_RELEASE_TRIPLETS)
2+
set(VCPKG_OVERLAY_TRIPLETS "${CMAKE_SOURCE_DIR}/cmake/triplets/release")
3+
endif()
14
if(DEPTHAI_HAS_APRIL_TAG)
25
list(APPEND VCPKG_MANIFEST_FEATURES "apriltag")
36
endif()

colcon.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON",
66
"-DDEPTHAI_JSON_EXTERNAL=ON",
77
"-DFETCHCONTENT_FULLY_DISCONNECTED=OFF",
8-
"-DVCPKG_OVERLAY_TRIPLETS=.cmake/triplets/release"
8+
"-DDEPTHAI_VCPKG_USE_RELEASE_TRIPLETS=ON"
99
]
1010
}

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"./cmake/ports"
1616
],
1717
"overlay-triplets": [
18-
"./cmake/triplets/release"
18+
"./cmake/triplets"
1919
]
2020
}

0 commit comments

Comments
 (0)