The library does not depend on OpenSSL and it shouldn't link to it.
This fixes build issues for x86_64 arch.
Change-Id: I913fa46596fb54acbcdb2fd0f55a409604a858ce
target_compile_definitions(lp PUBLIC -D_FILE_OFFSET_BITS=64)
target_include_directories(lp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_compile_options(lp PRIVATE -Wall -Wextra -pedantic -fPIE -Wno-stringop-truncation)
-
-find_package(OpenSSL REQUIRED)
-target_link_libraries(lp PRIVATE OpenSSL::Crypto)
\ No newline at end of file
Dependencies
============
- CMake
- - OpenSSL (for hash functions)
Building
========