Skip to content

Commit

Permalink
Fix path case
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Oct 14, 2016
1 parent 939b6c0 commit 4b9ee91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/packages.cmake
Expand Up @@ -151,8 +151,8 @@ if(NOT Boost_FOUND)
BUILD_COMMAND ${BOOST_BUILD} --with-system --with-thread --with-date_time --build-type=complete --layout=tagged
INSTALL_COMMAND ""
)
set(Boost_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/boost/src/Boost)
set(Boost_LIBRARY_DIRS ${CMAKE_BINARY_DIR}/boost/src/Boost/stage/lib)
set(Boost_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/boost/src/boost)
set(Boost_LIBRARY_DIRS ${CMAKE_BINARY_DIR}/boost/src/boost/stage/lib)
endif()

link_directories ( ${Boost_LIBRARY_DIRS} )
Expand Down

0 comments on commit 4b9ee91

Please sign in to comment.