ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.09k stars 77 forks source link

Add prefixes to CMake option names #107

Closed qak closed 10 months ago

qak commented 10 months ago

Currently the CMakeLists.txt file specifies options BUILD_TESTS and BUILD_FUZZERS. This pull request adds the prefix LIBDIVIDE_ to the names of both options to help avoid name collisions when using libdivide together with other CMake projects. I've searched libdivide using git grep, and the options don't seem to be used in any other file.

ridiculousfish commented 10 months ago

Thank you!