Skip to content

Commit 4ae4a2f

Browse files
authoredSep 8, 2016
Adding locations for boost discovery
1 parent afac463 commit 4ae4a2f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎appveyor.cmake

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
set(BUILD_DIR C:/projects/morebin CACHE PATH "")
2-
set(Boost_ROOT C:/Libraries/boost_1_60_0/ CACHE_PATH "")
3-
set(Boost_DIR C:/Libraries/boost_1_60_0/ CACHE_PATH "")
4-
set(Boost_INCLUDE_DIR C:/Libraries/boost_1_60_0/ CACHE_PATH "")
5-
set(Boost_LIBRARY_DIR C:/Libraries/boost_1_60_0/lib64-msvc-14.0/ CACHE_PATH "")
2+
set(BOOST_ROOT C:/Libraries/boost_1_60_0 CACHE_PATH "")
3+
set(BOOST_LIBRARYDIR C:/Libraries/boost_1_60_0/lib64-msvc-14.0 CACHE_PATH "")

0 commit comments

Comments
 (0)
Please sign in to comment.