Skip to content

Commit 0c81617

Browse files
committed
Add cache path to cmake_prefix_path in appveyor
1 parent 1dba7f0 commit 0c81617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ clone_folder: c:\projects\render_pipeline_cpp
2828

2929
# environment variables
3030
environment:
31-
CMAKE_PREFIX_PATH: C:\projects\_install
31+
CMAKE_PREFIX_PATH: C:\projects\_install;C:\projects\_cache
3232
BOOST_ROOT: C:\Libraries\boost_1_64_0
3333
FREETYPE_DIR: C:\projects\_install\panda3d-thirdparty\win-libs-vc14-x64\freetype
3434

0 commit comments

Comments
 (0)