commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.6k stars 534 forks source link

build: replace `CMARK_TESTS` with `BUILD_TESTING` #492

Closed compnerd closed 7 months ago

compnerd commented 7 months ago

BUILD_TESTING is the CMake sanctioned option for the control of tests (c.f. https://cmake.org/cmake/help/latest/module/CTest.html). Use the standard option to control the build of test targets.