t may become more
interesting for me.
From: J Decker [via CMake] [mailto:ml-node+s3232098n7592504...@n2.nabble.com]
Sent: Friday, January 15, 2016 1:10 PM
To: Morris Maynard
Subject: Re: Changing the the current generator in CMake GUI
On Fri, Jan 15, 2016 at 8:26 AM, mozzis <[hidden
email]> w
>You can not change the generator. It is better to remove the entire
>build tree. Out of source builds are a best practice with CMake. Once
>a build tree has been configured with one compiler, it must be
>completely removed to change to a new compiler
Clearly, "can not" is incorrect, since I
I was able to edit CMakeCache.txt and CPackConfig.cmake (with CMake GUI
closed)
I changed
CMAKE_GENERATOR:INTERNAL=Visual Studio 10 2010 Win64
to
CMAKE_GENERATOR:INTERNAL=Visual Studio 10 2010
and then in general looked for the string "64" and made appropriate changes.
I then started CMake