seleznevae / libfort

C/C++ library to create formatted ASCII tables for console applications
MIT License
493 stars 65 forks source link

No CMake option to disable unit test #44

Closed neel closed 4 years ago

neel commented 4 years ago

Please add CMake option to disable unit tests and examples for this sub project only.

seleznevae commented 4 years ago

Added cmake option FORT_ENABLE_TESTING to turn on/off tests and examples. By default FORT_ENABLE_TESTING is ON. Changes are merged to develop branch.

seleznevae commented 4 years ago

Resolving issue for now. If any suggestions or something is incorrect, please reopen.