[cmake-developers] Specifying a VS installation path explicitly

Brad King brad.king at kitware.com
Tue Oct 27 11:03:27 EDT 2015


On 10/27/2015 10:38 AM, Johannes Asal wrote:
> it depends on environment variables as well. Could you point me to
> where that logic is implemented in the source code or the CMake modules?

Please create a build tree under the environment in question and send me
(off list) a .zip file of what CMake puts in the build tree.  Just use
a simple CMakeLists.txt file like

 cmake_minimum_required(VERSION 3.3)
 project(TestVS C)

Thanks,
-Brad



More information about the cmake-developers mailing list