This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

pc-ble-driver, CMake, absolute paths in the VS files

The pc-ble-driver project uses CMake to generate Solution and Project files for the Windows build of the project. CMake uses absolute paths in these generated files. I can't pick this code up and move it anywhere, or it won't build.

cmake.org/.../CMake_FAQ

So, if I manually edit all the Visual Studio files generated by CMake and convert absolute paths to relative ones, that FAQ not withstanding, can I expect the Solution to build?

Parents Reply Children
No Data
Related