Is there any way in visual studio to allow your projects CMakeLists.txt
files to control everything and not have VS override values?
Meaning that if I set CMAKE_INSTALL_PREFIX
in my CMakeLists.txt
file visual studio overrides this value. I know I can set CMakeSettings.json
in visual studio to the location I would like it but I would like to control my entire build system in cmake and not have to maintain cmake and visual studio.
NOTE: I am using VS 17.