Skip to content

Commit 42b8de3

Browse files
committed
ES_API(CPPESSENCE) for ascii_blank_chars
1 parent 8c9bd59 commit 42b8de3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CppEssenceConfig.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ find_dependency(
1616
NO_DEFAULT_PATH
1717
)
1818

19+
set(OPENSSL_ROOT_DIR "@OPENSSL_ROOT_DIR@")
20+
1921
find_dependency(
2022
OpenSSL
2123
REQUIRED
22-
HINTS @PACKAGE_CMAKE_INSTALL_PREFIX@
23-
NO_DEFAULT_PATH
2424
)
2525

2626
list(APPEND CMAKE_MODULE_PATH @PACKAGE_CMAKE_INSTALL_PREFIX@/cmake)

src/string.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import :hashing;
3333
import std;
3434

3535
export namespace essence {
36-
constexpr std::string_view ascii_blank_chars{U8(" \t")};
36+
ES_API(CPPESSENCE) constexpr std::string_view ascii_blank_chars{U8(" \t")};
3737

3838
/**
3939
* A hash function for const char*, std::string_view and std::string.

0 commit comments

Comments
 (0)