Skip to content

Commit

Permalink
Remove onedpl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Jan 7, 2025
1 parent 984bf3c commit 31d19ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions logic/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
find_package(TBB CONFIG REQUIRED)
find_package(oneDPL CONFIG REQUIRED)
find_package(GEOS CONFIG REQUIRED)
find_package(tomlplusplus CONFIG REQUIRED)
find_package(FastCppCsvParser REQUIRED)
Expand Down Expand Up @@ -69,7 +68,6 @@ PUBLIC
GEOS::geos
PRIVATE
TBB::tbb
oneDPL
FastCppCsvParser::csv
tomlplusplus::tomlplusplus
XlsxWriter::XlsxWriter
Expand Down
1 change: 0 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
]
},
"indicators",
"onedpl",
"spdlog",
"tbb",
"tomlplusplus",
Expand Down

0 comments on commit 31d19ae

Please sign in to comment.