[CMake] Simple CMake project on Msys2/Win10-64 gives Complex "Platform" error

2016-05-21 Thread Michael Enright
I'm getting a message that says my platform is not known to CMake, which seems very unlikely. Here are the details. Today, I have installed cmake using pacman on Msys2, I created a basic CMakeLists.txt to compile a single c++ file into a test application, called 'test'. I have tested that the sour

Re: [CMake] Tweaking/disabling timeout for "Check for working CXX compiler"

2015-09-09 Thread Michael Enright
On Tue, Sep 8, 2015 at 7:57 PM, Dmitry Marakasov wrote: > > Hi! > > FreeBSD project use userspace qemu emulation to cross-build packages > for some architectures, namely arm. This worked great for most > packages, however ones using cmake tend to fail randomly. > Relevant excerpt: > > --- > >

Re: [CMake] Lower the barrier of entry to the wiki

2015-02-21 Thread Michael Enright
As I write this in 2015, I believe it is possible to ask questions on Stack Exchange, and answer them yourself. Your answers will be fairly visible to the search engines, so the World will benefit, and Stack Exchange doesn't mind self-answered questions, as long as the question itself fits what the

Re: [CMake] The Cygwin/Win32 warning

2014-07-13 Thread Michael Enright
On Sun, Jul 13, 2014 at 2:32 AM, Nils Gladitz wrote: > On 13.07.2014 02:19, Michael Enright wrote: > >> I'm getting the WIN32 warning and I've tried a number of "first lines" >> without making it go away. Since I'm using this two-file project to gai

[CMake] The Cygwin/Win32 warning

2014-07-12 Thread Michael Enright
Attention teachers and students: I'm getting the WIN32 warning and I've tried a number of "first lines" without making it go away. Since I'm using this two-file project to gain experience with CMake I can and I have blown away the whole build tree between attempts. I have used EACH of the followi

Re: [CMake] CMAKE_COMPILER variable

2014-06-09 Thread Michael Enright
CMAKE_COMPILER had been used has been successful in one build out of one build attempts. > > > On Sat, Jun 7, 2014 at 6:30 AM, Michael Enright > wrote: > >> I've got an External_Project_Add in my superbuild that adds a CMake-built >> library to the build. It

[CMake] CMAKE_COMPILER variable

2014-06-06 Thread Michael Enright
I've got an External_Project_Add in my superbuild that adds a CMake-built library to the build. It attempts to use the CMAKE_COMPILER variable in order to define CMAKE_C_COMPILER for this library's build. This external project's build is flakey. I intend to diagnose this myself so I don't plan to