update(build): latest libs correctly set OPENSSL_LIBRARIES for us.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2021-11-11 16:31:55 +01:00
committed by poiana
parent 0539e948c8
commit 8a603c3c5d
2 changed files with 1 additions and 4 deletions

View File

@@ -10,8 +10,6 @@
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License. # specific language governing permissions and limitations under the License.
# #
# Used internally by our patched civetweb cmakelists
set(OPENSSL_LIBRARIES "${OPENSSL_LIBRARY_SSL} ${OPENSSL_LIBRARY_CRYPTO}")
set(CIVETWEB_SRC "${PROJECT_BINARY_DIR}/civetweb-prefix/src/civetweb/") set(CIVETWEB_SRC "${PROJECT_BINARY_DIR}/civetweb-prefix/src/civetweb/")
set(CIVETWEB_LIB "${CIVETWEB_SRC}/install/lib/libcivetweb.a") set(CIVETWEB_LIB "${CIVETWEB_SRC}/install/lib/libcivetweb.a")

View File

@@ -103,8 +103,7 @@ if(NOT MINIMAL_BUILD)
"${GPR_LIB}" "${GPR_LIB}"
"${PROTOBUF_LIB}" "${PROTOBUF_LIB}"
"${CARES_LIB}" "${CARES_LIB}"
"${OPENSSL_LIBRARY_SSL}" "${OPENSSL_LIBRARIES}"
"${OPENSSL_LIBRARY_CRYPTO}"
"${LIBYAML_LIB}" "${LIBYAML_LIB}"
"${YAMLCPP_LIB}" "${YAMLCPP_LIB}"
"${CIVETWEB_LIB}" "${CIVETWEB_LIB}"