Fix some issues with the current working directory

This commit is contained in:
Eduardo Bart
2012-07-16 21:30:15 -03:00
parent 59fc3d5f77
commit c131d29b5f
2 changed files with 4 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ if(WIN32)
endif()
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost COMPONENTS system REQUIRED)
find_package(Boost COMPONENTS system filesystem REQUIRED)
#find lua
if(LUAJIT)