ruslo / CGold

:whale2: The Hitchhiker’s Guide to the CMake
https://cgold.readthedocs.io
BSD 2-Clause "Simplified" License
521 stars 57 forks source link

fix if STREQUAL typo #24

Closed NeroBurner closed 6 years ago

NeroBurner commented 6 years ago

in the workaround for if(... STREQUAL ...) the cmake function string(... STREQUAL ...) is proposed. But the real call is string(COMPARE EQUAL ...)