Re: [CMake] File names with unbalanced square brackets

2016-03-19 Thread Allen Barnett
ke interprets square > brackets > >> as escaping the semi-colon character (which means a semi-colon in square > >> brackets will not work as a list item separator). You will probably > have to > >> translate the file names for CMake processing by replacing [ and

Re: [CMake] File names with unbalanced square brackets

2016-03-19 Thread Allen Barnett
processing by replacing [ and ] with a > different string, and replacing it back just before use outside of CMake. > > Petr > > On Thu, Mar 17, 2016 at 5:38 PM, Allen Barnett > wrote: > >> I inherited a set of files with somewhat unusual file names. In >> parti

[CMake] File names with unbalanced square brackets

2016-03-18 Thread Allen Barnett
I inherited a set of files with somewhat unusual file names. In particular, there were a couple of files whose names included a single square bracket character. I processed these files with the file( GLOB ...) command and then iterated over the resulting list with foreach. However, the foreach comm

Re: [CMake] File names with unbalanced square brackets

2016-03-18 Thread Allen Barnett
gt; > Date: Friday 18 March 2016 at 08:17 > To: Allen Barnett > Cc: "cmake@cmake.org" > Subject: Re: [CMake] File names with unbalanced square brackets > > Hi Allen. > > I'm not sure whether it's documented, but CMake interprets square brackets > as e

Re: [CMake] Visual Studio 12 C++ Compiler Detection

2014-12-07 Thread Allen Barnett
/feedback/details/800059/isnativeenvironment-true-no-longer-works-on-visual-studio-2013-rc Allen > -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Allen > Barnett > Sent: Friday, December 05, 2014 9:06 AM > To: Jakub Zakrzewski > Cc: cmake@c

Re: [CMake] Visual Studio 12 C++ Compiler Detection

2014-12-05 Thread Allen Barnett
Hi Jakub: Thanks for the tip. What is the proper way to execute the compiler during the initial configure step? try_compile? Thanks, Allen > So, it appears to find the compiler OK since it emits the correct compiler > identification. But, the actual value of CMAKE_CXX_COMPILER is not usable. If

[CMake] Visual Studio 12 C++ Compiler Detection

2014-12-04 Thread Allen Barnett
Hi: I'm trying to create a 64-bit Visual Studio 12 (aka 2013) project with CMake 3.0.2. My CMakeLists.txt file is really simple: cmake_minimum_required( VERSION 3.0 ) project( cmc CXX ) # What compiler did we find? message( "C++: ${CMAKE_CXX_COMPILER}" ) >From a windows shell I do: > c:\Program

Re: [CMake] Regex Alternation

2011-07-26 Thread Allen Barnett
Thanks! On Tue, 2011-07-26 at 10:31 -0400, David Cole wrote: > "(this|that)" works. > > > On Tue, Jul 26, 2011 at 10:10 AM, Allen Barnett > wrote: > > Hi: I was wondering how the alternation character, |, works in CMake > > regular expressions. To matc

[CMake] Regex Alternation

2011-07-26 Thread Allen Barnett
hxx.in doesn't mention it. Thanks, Allen -- Allen Barnett Transpire, Inc E-Mail: al...@transpireinc.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

Re: [CMake] Missing DLL Message

2009-12-23 Thread Allen Barnett
On Wed, 2009-12-23 at 10:14 -0500, Bill Hoffman wrote: > Allen Barnett wrote: > > Hi: Our nightly build system checks out the head of our SVN repository, > > configures it with CMake, builds and runs the CTest tests and sends the > > results to CDash. Recently, I committed a

[CMake] Missing DLL Message

2009-12-23 Thread Allen Barnett
L was missing. Is it possible to make CTest/CDash report missing DLL runtime errors to the console so that they are captured and reported in the log? Thanks, Allen -- Allen Barnett Transpire, Inc E-Mail: al...@transpireinc.com ___ Power

Re: [CMake] Qt4 LUpdate and Blanks in the Build Directory Path

2009-05-06 Thread Allen Barnett
On Wed, 2009-05-06 at 08:45 -0600, Clinton Stimpson wrote: > Clinton Stimpson wrote: > > Allen Barnett wrote: > >> I (unwisely) created the build directory for a Qt4 project in a path > >> with blanks in the directory names. The QT4_CREATE_TRANSLATION macro in >

[CMake] Qt4 LUpdate and Blanks in the Build Directory Path

2009-05-06 Thread Allen Barnett
ource files may have blanks in their path, leading to a bad _lupdate.pro file. This is in cmake 2.6.4. Thanks, Allen -- Allen Barnett E-Mail: al...@transpireinc.com Skype: allenbarnett Ph: 518-887-2930 ___ Powered by www.kitware.com Visit

[CMake] Font Size of CMake-GUI

2008-09-08 Thread Allen Barnett
of the GUI? Thanks, Allen -- Allen Barnett Transpire, Inc. e-mail: [EMAIL PROTECTED] ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] C++ and FORTRAN

2008-05-28 Thread Allen Barnett
gically found when the NMake Makefile route is taken, but otherwise this works fine. (I was quite happy with nmake, EMACS and a dos prompt :-) Thanks, Allen -- Allen Barnett Transpire, Inc. e-mail: [EMAIL PROTECTED] ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake