bneradt opened a new pull request, #8: URL: https://github.com/apache/trafficserver-libswoc/pull/8
`code/CMakeLists.txt` uses `cmake_dependent_option`, but it did not load the `CMakeDependentOption` module itself. That works when the top- level project includes the module first, but it breaks consumers that pull `code/` in directly with `FetchContent` and `SOURCE_SUBDIR`. Include `CMakeDependentOption` in the subproject so the standalone subdirectory build works in both direct and embedded CMake builds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
