Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-1564 Some compile options missing in openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruck committed Jul 4, 2019
1 parent 2f2bd29 commit a1af991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/openssl.cmake
Expand Up @@ -29,7 +29,7 @@ endif()
if (APPLE)
set(OPENSSL_BUILD_PLATFORM darwin64-x86_64-cc)
else()
set(OPENSSL_BUILD_PLATFORM linux-generic64)
set(OPENSSL_BUILD_PLATFORM linux-x86_64)
endif()

ExternalProject_Add(openssl
Expand Down
2 changes: 1 addition & 1 deletion status/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ add_library(status STATIC
)

target_link_libraries(status proto)
add_dependencies(status boost jsoncpp proto)
add_dependencies(status boost jsoncpp proto openssl)
target_include_directories(status PRIVATE ${BLUZELLE_STD_INCLUDES})

add_subdirectory(test)

0 comments on commit a1af991

Please sign in to comment.