I'm glad it worked, but again, hardcoding paths in a CMakeLists.txt is a very bad sign. You want it to be cross-platform and not locked to a specific installation directory. You should try to automate finding the paths using (I think?)
find_package
.