We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584df30 commit 9a2b2e2Copy full SHA for 9a2b2e2
CMakeLists.txt
@@ -51,6 +51,9 @@ if(result)
51
message(FATAL_ERROR "CMake step for OpenSSL failed: ${result}")
52
endif()
53
54
+# This makes sure that find_package(OpenSSL) finds the version we built
55
+set(OPENSSL_ROOT_DIR "${CMAKE_INSTALL_PREFIX}")
56
+
57
if(UNIX AND NOT APPLE)
58
configure_file(External_libuuid.cmake.in libuuid-download/CMakeLists.txt @ONLY)
59
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
0 commit comments