Removed useless filesystem cmake script
This commit is contained in:
@@ -22,5 +22,4 @@ target_link_libraries(lmsartwork PUBLIC
|
||||
lmsdatabase
|
||||
lmsimage
|
||||
lmscore
|
||||
std::filesystem
|
||||
)
|
||||
|
||||
@@ -21,9 +21,7 @@ target_include_directories(lmsrecommendation PRIVATE
|
||||
)
|
||||
|
||||
target_link_libraries(lmsrecommendation PRIVATE
|
||||
|
||||
lmssom
|
||||
std::filesystem
|
||||
)
|
||||
|
||||
target_link_libraries(lmsrecommendation PUBLIC
|
||||
|
||||
@@ -57,7 +57,6 @@ target_link_libraries(lmsscanner PRIVATE
|
||||
|
||||
target_link_libraries(lmsscanner PUBLIC
|
||||
lmsdatabase
|
||||
std::filesystem
|
||||
Wt::Wt
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user