We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9bd59 commit 42b8de3Copy full SHA for 42b8de3
2 files changed
CppEssenceConfig.cmake.in
@@ -16,11 +16,11 @@ find_dependency(
16
NO_DEFAULT_PATH
17
)
18
19
+set(OPENSSL_ROOT_DIR "@OPENSSL_ROOT_DIR@")
20
+
21
find_dependency(
22
OpenSSL
23
REQUIRED
- HINTS @PACKAGE_CMAKE_INSTALL_PREFIX@
- NO_DEFAULT_PATH
24
25
26
list(APPEND CMAKE_MODULE_PATH @PACKAGE_CMAKE_INSTALL_PREFIX@/cmake)
src/string.ixx
@@ -33,7 +33,7 @@ import :hashing;
33
import std;
34
35
export namespace essence {
36
- constexpr std::string_view ascii_blank_chars{U8(" \t")};
+ ES_API(CPPESSENCE) constexpr std::string_view ascii_blank_chars{U8(" \t")};
37
38
/**
39
* A hash function for const char*, std::string_view and std::string.
0 commit comments