Skip to content

Commit 4790ce3

Browse files
committed
fix
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 144e074 commit 4790ce3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ else ()
8282
set ( DO_SHARED STATIC )
8383
endif ()
8484

85-
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_SOURCE_DIR}/build/vcpkg_installed/x64-windows/share/")
85+
# set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "C:/vcpkg/installed")
8686
message(INFO " 1111 CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}")
8787

8888
include ( configure.cmake )

build_scripts/install_deps_windows.bash

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ vcpkg x-update-baseline \
66
--add-initial-baseline \
77
--x-manifest-root="./build_scripts"
88
vcpkg install \
9-
--x-install-root="./build/vcpkg_installed" \
9+
--x-install-root="C:/vcpkg/installed" \
1010
--x-manifest-root="./build_scripts"
1111

12-
pwd
13-
ls -l ./build/vcpkg_installed/x64-windows/share/
14-
ls -l ./build/vcpkg_installed/x64-windows/share/nlohmann-json/
15-
ls -l ./build/vcpkg_installed/x64-windows/share/nlohmann_json/
12+
#pwd
13+
ls -l C:/vcpkg/installed/x64-windows/share/
14+
#ls -l ./build/vcpkg_installed/x64-windows/share/nlohmann-json/
15+
#ls -l ./build/vcpkg_installed/x64-windows/share/nlohmann_json/

0 commit comments

Comments
 (0)