Skip to content

Commit

Permalink
Removed fastpbkdf2
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 24, 2024
1 parent 4812a8b commit ff34725
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/fastpbkdf2"]
path = third_party/fastpbkdf2
url = https://github.com/danpashin/fastpbkdf2.git
[submodule "third_party/nlohmann"]
path = third_party/nlohmann
url = https://github.com/nlohmann/json.git
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ add_library(libvscphelper SHARED
./windows/libvscphelper.h
./windows/libvscphelper.cpp
./third_party/mustache/mustache.hpp
./third_party/spdlog/include
./third_party/spdlog/include
$ENV{VSCP_ROOT}/src/vscp/common/vscp.h
$ENV{VSCP_ROOT}/src/vscp/common/vscpremotetcpif.h
$ENV{VSCP_ROOT}/src/vscp/common/vscpremotetcpif.cpp
Expand Down

0 comments on commit ff34725

Please sign in to comment.