Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msvc] Fix quoting of OSRM_PROJECT_DIR as preprocessor define
It looks MSVC still special handling, no quotoing as well as additional quoting like add_definitions(-DFOO="\\"foo\\"") as per https://cmake.org/pipermail/cmake/2007-June/014611.html does not seem to handle CMake variables correctly. This Visual C++ specific fix is based on this solution https://cmake.org/pipermail/cmake/2006-September/011292.html
- Loading branch information