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.
2 parents df63c36 + 04c0694 commit 671dd20Copy full SHA for 671dd20
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -197,7 +197,7 @@ macro(swift_common_standalone_build_config_cmark product)
197
include_directories("${CMARK_MAIN_INCLUDE_DIR}"
198
"${CMARK_BUILD_INCLUDE_DIR}")
199
200
- include(${CMARK_LIBRARY_DIR}/CMarkExports.cmake)
+ include(${${product}_PATH_TO_CMARK_BUILD}/src/CMarkExports.cmake)
201
endmacro()
202
203
# Common cmake project config for standalone builds.
0 commit comments