Zeex / cmake-modules

CMake modules for SA-MP plugin development
Do What The F*ck You Want To Public License
9 stars 3 forks source link

fix variable names #2

Closed maddinat0r closed 8 years ago

maddinat0r commented 8 years ago

Using find_package(SAMPGDK REQUIRED) in a CMake file never finds the sampgdk library. I guess that those CMake variable names are wrong and thus fixed them accordingly. I tested it again with that fix and this time CMake found your library.

Zeex commented 8 years ago

Thanks!