File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ else ()
8282 set ( DO_SHARED STATIC )
8383endif ()
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 ")
8686message (INFO " 1111 CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} " )
8787
8888include ( configure.cmake )
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ vcpkg x-update-baseline \
66 --add-initial-baseline \
77 --x-manifest-root=" ./build_scripts"
88vcpkg 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/
You can’t perform that action at this time.
0 commit comments