From 181189bee0a32755c19373ee2c4fff9c918b3bbf Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 10 Oct 2015 16:05:34 +0200 Subject: [PATCH] Fixed boost include path --- CMakeModules/FindOrBuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)