Hi,
Am 01.08.2017 um 16:59 schrieb J Decker:
> I like having something like this defines CMAKE_BUILD_TYPE to be a
> droplist of choices...
>
>
>
> if( NOT CMAKE_CONFIGURATION_TYPES )
> set( CMAKE_CONFIGURATION_TYPES debug release )
> endif( NOT CMAKE_CONFIGURATION_TYPES )
>
> set( CMA
Am 01.08.2017 um 21:18 schrieb David Cole:
> And in your file "src/CMakeLists.txt" do you add
> "${CMAKE_CURRENT_SOURCE_DIR}" (or anything else which resolves to the
> "src" directory) to your include directories?
No, there is none. I do not added one, since it built correctly.
I have no added in
Am 1. August 2017 22:52:09 MESZ schrieb Brad King :
>On 07/22/2017 07:33 AM, lec...@gmail.com wrote:
>> So I downloaded the 3.9 release and thought my LTO nightmares we over
>but
>> cmake still isn't using CMAKE__COMPILER_AR when linking on
>MSYS.
>
>The problem is that this code:
>
>https://gitl
On 07/22/2017 07:33 AM, lec...@gmail.com wrote:
> So I downloaded the 3.9 release and thought my LTO nightmares we over but
> cmake still isn't using CMAKE__COMPILER_AR when linking on MSYS.
The problem is that this code:
https://gitlab.kitware.com/cmake/cmake/blob/v3.9.0/Modules/Platform/Wind
I am proud to announce that CMake 3.9.0 python wheels are now available for
download using:
pip install -U cmake
See https://blog.kitware.com/cmake-python-wheels/ and
https://pypi.python.org/pypi/cmake
Documentation is available at:
https://cmake.org/cmake/help/v3.9
Release notes are publishe
And in your file "src/CMakeLists.txt" do you add
"${CMAKE_CURRENT_SOURCE_DIR}" (or anything else which resolves to the
"src" directory) to your include directories?
The line which includes the header is
#include "mapping/..."
but there is no local subdirectory "mapping" relative to that file
(
Hi,
Am 01.08.2017 um 18:32 schrieb David Cole via CMake:
> What source files include the header?
It's included by src/mapping/config/MappingConfiguration.cpp
https://github.com/precice/precice/blob/develop/src/mapping/config/MappingConfiguration.cpp
https://github.com/precice/precice/blob/devel
What source files include the header?
Is one of them listed as a file in your project?
Does the **including** file exist at CMake configure time, or is it
generated later by a build step?
What do the lines of code that include the header look like?
CMake uses its own analysis of the source files t
Hello,
on my project, which I'm currently testing with cmake, I just noticed, that
when I modify a header, the project is not
rebuilt.
The CMakeLists.txt in the root dir is here: https://pastebin.com/vfReTM1N
The other CMakeLists.txt resides in root/src and lists all the source (*.cpp)
files u
I like having something like this defines CMAKE_BUILD_TYPE to be a
droplist of choices...
if( NOT CMAKE_CONFIGURATION_TYPES )
set( CMAKE_CONFIGURATION_TYPES debug release )
endif( NOT CMAKE_CONFIGURATION_TYPES )
set( CMAKE_BUILD_TYPE release CACHE STRING "Cached cmake build type" )
set
10 matches
Mail list logo