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 48ab8b2 commit a42fd90Copy full SHA for a42fd90
components/core/CMakeLists.txt
@@ -140,6 +140,11 @@ endif()
140
141
find_package(Threads REQUIRED)
142
143
+# Temporarily find ystdlib unconditionally, since the global include guards in ystdlib's cmake
144
+# config files prevent clp_find_ystdlib() from correctly resolving ystdlib when called from multiple
145
+# different scopes.
146
+clp_find_ystdlib()
147
+
148
add_subdirectory(src/clp/regex_utils)
149
add_subdirectory(src/clp/string_utils)
150
0 commit comments