Removed outdated boost system library dependency
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ find_package(OpenSSL REQUIRED)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(Filesystem REQUIRED)
|
||||
find_package(Boost REQUIRED COMPONENTS system program_options iostreams)
|
||||
find_package(Boost REQUIRED COMPONENTS program_options iostreams)
|
||||
find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP)
|
||||
find_package(Pugixml CONFIG REQUIRED)
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ target_link_libraries(lmscore PRIVATE
|
||||
)
|
||||
|
||||
target_link_libraries(lmscore PUBLIC
|
||||
Boost::system
|
||||
std::filesystem
|
||||
Wt::Wt
|
||||
)
|
||||
|
||||
@@ -19,7 +19,6 @@ target_include_directories(lmsauth PRIVATE
|
||||
)
|
||||
|
||||
target_link_libraries(lmsauth PUBLIC
|
||||
Boost::system
|
||||
Wt::Wt
|
||||
lmscore
|
||||
lmsdatabase
|
||||
|
||||
Reference in New Issue
Block a user