mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
CMakeLists.txt: remove unused openssl code.
This commit is contained in:
parent
ba95dbbf93
commit
cf082919cc
1 changed files with 0 additions and 3 deletions
|
|
@ -65,9 +65,6 @@ endif()
|
|||
configure_file(src/config.h.in "${PROJECT_BINARY_DIR}/config.h" @ONLY)
|
||||
include_directories(${PROJECT_BINARY_DIR})
|
||||
|
||||
# Include OpenSSL headers
|
||||
#include_directories( ${OPENSSL_INCLUDE_DIR} )
|
||||
|
||||
add_executable( ${PROGRAM_EXE} ${PROGRAM_SOURCE} )
|
||||
|
||||
target_link_libraries( ${PROGRAM_EXE} PUBLIC eoskeygen )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue