Skip to content

Commit

Permalink
fix full build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 9, 2025
1 parent a2d0ed0 commit 03b21a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message(STATUS "Using vcpkg triplet: ${VCPKG_TARGET_TRIPLET}")

option(FARCOLORER_LEGACY "Build to work on older platforms" ON)
if(NOT FARCOLORER_LEGACY)
set(VCPKG_MANIFEST_DIR "${PROJECT_SOURCE_DIR}/manifest/full" CACHE STRING "Use own implementation for standard library")
set(VCPKG_MANIFEST_DIR "${CMAKE_HOME_DIRECTORY}/manifest/full" CACHE STRING "Use own implementation for standard library")
endif()
message(STATUS "Using vcpkg manifest: ${VCPKG_MANIFEST_DIR}/vcpkg.json")

Expand Down
7 changes: 7 additions & 0 deletions manifest/full/vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"overlay-ports": [
"../../external/colorer/external/vcpkg-ports"
],
"overlay-triplets": [ "../../external/colorer/external/vcpkg-triplets" ]
}

0 comments on commit 03b21a2

Please sign in to comment.