Re: [CMake] trouble with find_package

2016-08-25 Thread Petr Kmoch
I've never even used a Mac, so I am afraid I can't help you there. But I would assume there's a setting somewhere in the editor to enable/disable replacing straight quotes with curly ones. Petr On 24 August 2016 at 18:22, Cotton Candy wrote: > Hi Petr, > Indeed

Re: [CMake] trouble with find_package

2016-08-24 Thread Petr Kmoch
Hi. In your e-mail, there are curly quotes in the set() command. Is that an artifact of e-mailing, or are they actually present in your code? The latter could indeed cause the error you're seeing. Petr On 24 August 2016 at 17:09, Cotton Candy wrote: > Hi, > Cmake

[CMake] trouble with find_package

2016-08-24 Thread Cotton Candy
Hi, Cmake was having trouble finding the MySQL libraries on my machine so I tried using find_package with a package finder that I downloaded ( https://gist.github.com/RenatoUtsch/1623340) called FindMySQL.cmake. In my CMakeLists.txt file I added: set(CMAKE_MODULE_PATH