Fixed boost include path

This commit is contained in:
xawotihs
2015-10-10 16:05:34 +02:00
parent c678f5e85a
commit 181189bee0

View File

@@ -52,7 +52,7 @@ macro(FindOrBuildBoost)
if(PSP OR UNIX OR WIN32)
#the psp build does not need more than a few headers
#todo: remove from the repository
set(BOOST_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/thirdparty)
set(BOOST_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/thirdparty/Boost)
# elseif(WIN32)
#set BOOST_ROOT to the root of boost
# set(Boost_USE_STATIC_LIBS ON)