diff --git a/CMakeModules/FindOrBuild.cmake b/CMakeModules/FindOrBuild.cmake index 8621fa5d5..ac65b5e0b 100644 --- a/CMakeModules/FindOrBuild.cmake +++ b/CMakeModules/FindOrBuild.cmake @@ -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)