File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ find_dependency(
1616 NO_DEFAULT_PATH
1717)
1818
19+ find_dependency (
20+ OpenSSL
21+ REQUIRED
22+ HINTS @PACKAGE_CMAKE_INSTALL_PREFIX@
23+ NO_DEFAULT_PATH
24+ )
25+
1926list (APPEND CMAKE_MODULE_PATH @PACKAGE_CMAKE_INSTALL_PREFIX@/cmake)
2027
2128include ("${CMAKE_CURRENT_LIST_DIR} /CppEssenceTargets.cmake" )
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ es_make_openssl(
118118 SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR} /third-party/openssl
119119)
120120
121- message (STATUS "==== OPENSSL_CRYPTO_LIBRARY: ${OPENSSL_CRYPTO_LIBRARY} " )
121+ message (STATUS "OPENSSL_CRYPTO_LIBRARY: ${OPENSSL_CRYPTO_LIBRARY} " )
122122
123123set (
124124 zlibng_cmake_args
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ target_include_directories(
9393target_compile_definitions (
9494 ${target_name}
9595 PUBLIC
96- _TURN_OFF_PLATFORM_STRING=1 # For cpprestsdk.
9796 $<$<BOOL :${ES_HAVE_STD_FORMAT} >:CPP_ESSENCE_USE_STD_FORMAT =1>
9897)
9998
Original file line number Diff line number Diff line change 2121 */
2222
2323export module essence.win32:registry;
24-
2524import essence.basic;
2625import std;
2726
You can’t perform that action at this time.
0 commit comments