Re: [CMake] Cannot get a 64-bit build of MySQL on a 64-bit Windows machine

2017-07-11 Thread A.M. Sabuncu
and on first generation in an empty > directoy, a popup window appears allowing you to select the generator. > > mkdir build2 > cd build2 > cmake-gui .. > > then set the various flags in the gui. > > > On Tue, Jul 11, 2017 at 3:13 AM, A.M. Sabuncu wrote: > >> P

Re: [CMake] Cannot get a 64-bit build of MySQL on a 64-bit Windows machine

2017-07-11 Thread A.M. Sabuncu
cmake .. -A Win64 > > See description of -G and -A in CMake docs: https://cmake.org/cmake/help/ > latest/manual/cmake.1.html > > Petr > > On 10 July 2017 at 22:06, A.M. Sabuncu wrote: > >> I am completely new to CMake, and am using to build MySQL 5.7.18 on >&

[CMake] Cannot get a 64-bit build of MySQL on a 64-bit Windows machine

2017-07-10 Thread A.M. Sabuncu
I am completely new to CMake, and am using to build MySQL 5.7.18 on Windows 10 x64, using the following command: cmake .. -DDOWNLOAD_BOOST=1 -DWITH_BOOST="C:\Boost" -DENABLE_DOWNLOADS=1 I have VS 2017 installed, and I am on 64 bit machine, but for some reason, the above command produces the follo