We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6d7a8 commit 3568181Copy full SHA for 3568181
3 files changed
cmake/pystringConfig.cmake.in
@@ -5,4 +5,4 @@ if(NOT TARGET pystring::pystring AND NOT TARGET pystring::pystring_header_only)
5
include("${CMAKE_CURRENT_LIST_DIR}/pystringTargets.cmake")
6
endif()
7
8
-check_required_components(pystring)
+check_required_components(pystring)
meson.build
@@ -72,4 +72,4 @@ executable(
72
'test_header_only_define.cpp',
73
dependencies: pystring_header_only_dep,
74
build_by_default: true,
75
-)
+)
test_header_only_define.cpp
@@ -2,4 +2,4 @@
2
#ifndef PYSTRING_HEADER_ONLY
3
#error "PYSTRING_HEADER_ONLY must be defined when using the header-only target"
4
#endif
-int main() { return 0; }
+int main() { return 0; }
0 commit comments