Questions on building #251
jeffspel-crypto
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just cloned the repository this morning and am using VS 2019, which seems to be supported.
I then went to build electionguard.dll and got an error two errors (basically the same problem in two different files)
In CMakeLists.txt it has the following line
include(../cmake/CPM.cmake)
Same problem as 1) but the problem is in the file cmake\tools.cmake
electionguard.dll built once I made these changes.
So my questions are : Is this expected? Should I file an issue?
I also seem to be having a problem building the C# solutions because the paths to used to copy electionguard.dll in the Pre-build event command line don't match my paths and doesn't accomodate copying the dll if DEBUG is used. Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions