Closed maddinat0r closed 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.
find_package(SAMPGDK REQUIRED)
Thanks!
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.