mirror of
https://github.com/edubart/otclient.git
synced 2026-01-02 04:27:11 +01:00
Remove boost::filesystem dependency
This commit is contained in:
@@ -184,7 +184,7 @@ message(STATUS "Build revision: ${BUILD_REVISION}")
|
||||
add_definitions(-D"BUILD_REVISION=\\\"${BUILD_REVISION}\\\"")
|
||||
|
||||
# find boost
|
||||
set(REQUIRED_BOOST_COMPONENTS system filesystem thread chrono)
|
||||
set(REQUIRED_BOOST_COMPONENTS system thread chrono)
|
||||
if(WIN32)
|
||||
set(Boost_THREADAPI win32)
|
||||
set(framework_DEFINITIONS ${framework_DEFINITIONS} -DBOOST_THREAD_USE_LIB) # fix boost thread linkage
|
||||
|
||||
Reference in New Issue
Block a user