This patch fixes this warning when building CMake from the master:
"WARNING: 'default' html theme has been renamed to 'classic'. Please change
your html_theme setting either to the new 'alabaster' default theme, or to
'classic' to keep using the old default."
It ensures that the "classic" theme is
On Sat, Jul 11, 2015 at 5:07 AM, Stephen Kelly wrote:
> Brad King wrote:
>
>> Steve, please take a look. It looks like the cmState methods
>> RemoveUserDefinedCommands and RenameCommand need to work better
>> together. This needs to be fixed for 3.3.
>
> Fixed with
>
> http://www.cmake.org/gitw
On Mon, Jul 13, 2015 at 10:45 AM, David Cole via CMake
wrote:
> A few more ideas:
>
>
> The other "no need to modify CMake" way to achieve this (although it
> may be considered "too ugly" or non-ideal by some) would be to force
> the use of a single configuration per build tree, and use the prope
I am proud to announce the fourth CMake 3.3 release candidate.
Sources and binaries are available at:
http://www.cmake.org/download/
Documentation is available at:
http://www.cmake.org/cmake/help/v3.3
Release notes appear below and are also published at
http://www.cmake.org/cmake/help/v3.3
Richard Shaw writes:
>
> On Thu, Jul 9, 2015 at 3:09 PM, Bob Bachman wrote:
> It's defined in the CMakeLists.txt file and stored in the CMakeCache.txt
> file.
> //Path to a program.
>
wxWidgets_CONFIG_EXECUTABLE:FILEPATH=/home/mzx_bldr/mozaix_svn/engineering/c
> ommon_src/src/wxWidgets-3.0.2/b
A few more ideas:
The other "no need to modify CMake" way to achieve this (although it
may be considered "too ugly" or non-ideal by some) would be to force
the use of a single configuration per build tree, and use the proper
value for CMAKE_INSTALL_PREFIX in each build tree.
Your developers may
In that case you can disregard my first reply. If it is a file to be
used at runtime, then I would use file(COPY ...) or install() to export
the recources.txt from your source directory to your build directory.
Then you will have a flexible way that will also work in other setups.
It may seem waste
Forwarded Message
Subject:Re: Re: [CMake] opening files relative to cmake build directory
Date: Mon, 13 Jul 2015 17:00:52 +
From: Owen Alanzo Hogarth
To: Micha Hergarden
Resources.txt is a test but it's mainly going to be used for assets at
runtime. May
On 07/12/2015 02:14 PM, Owen Alanzo Hogarth wrote:
> I have a little project that's setup like this
>
> project
> main.c
> build
> resources
> source
> .../module1
> .../module2
> .../etc
>
> main.c loads dynamic libs from under the source folder.
>
> I am trying to open up a file using c fopen
>
>
Is it possible to set the generated file's executable permissions when
using file(GENERATE)? I'm trying to generate shell scripts, and I want the
executable bit set.
Thanks,
James
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki
On Mon, Jul 13, 2015 at 12:05 PM, David Cole wrote:
> I think this should be achievable somehow with CMAKE_INSTALL_PREFIX
> set to "/parent_dirs" and then using appropriate DESTINATION and
> CONFIGURATIONS arguments to the CMake install commands.
>
> Have you tried using the CONFIGURATIONS args to
I think this should be achievable somehow with CMAKE_INSTALL_PREFIX
set to "/parent_dirs" and then using appropriate DESTINATION and
CONFIGURATIONS arguments to the CMake install commands.
Have you tried using the CONFIGURATIONS args to the install command?
On Mon, Jul 13, 2015 at 10:26 AM, Cli
One challenge we've experienced with CMake is properly controlling the
installation path when using multi-config tools like Visual Studio or
Xcode. Since I'm in the middle of re-examining our more gnarly CMake
logic anyway, I thought I'd raise this one and see if anybody knows of
a good solution.
Richard Shaw writes:
>
> On Thu, Jul 9, 2015 at 3:09 PM, Bob Bachman wrote:
> It's defined in the CMakeLists.txt file and stored in the CMakeCache.txt
> file.
> //Path to a program.
>
wxWidgets_CONFIG_EXECUTABLE:FILEPATH=/home/mzx_bldr/mozaix_svn/engineering/c
> ommon_src/src/wxWidgets-3.0.2/b
Hi John.
I have no first-hand experience with it, but I believe the ExternalProject
module could be just what you're looking for (
http://www.cmake.org/cmake/help/v3.2/module/ExternalProject.html ). It
allows you to configure and build several projects at build time under a
CMake "superbuild" mast
15 matches
Mail list logo