Re: [CMake] CMAKE_BUILD_TYPE case sensitivity

2013-06-27 Thread Ian Liu Rodrigues
> > I see that this CMake variable is not case-sensitive at it and defaults to > DEBUG. I'm afraid this is incorrect; the default build type is empty. When you build with Release, the flag NDEBUG is set; when you build with Debug the DEBUG flag is set. -- Powered by www.kitware.com Visit other

[CMake] Specifying linker dependencies based on a new configuration type for vs2010

2013-06-27 Thread Dan Sibbernsen
Hi all, I've setup a new build configuration called ReleaseLowOpt for a set of projects we're developing. Currently I have all the linker / compiler options being set, my problem comes when I'm determining the set of libraries to specify on the link line and which directory to pull them from. Our

Re: [CMake] CMake 2.8.11 Released!

2013-06-27 Thread Alexander Dahl
Hei hei, On Fri, May 17, 2013 at 11:09:11AM -0400, Robert Maynard wrote: > - target_link_libraries(myexe yourlib) can now build myexe sources > with requirements specified Does this mean transitive linking between separate projects is possible? Greets Alex -- »With the first link, the chain

Re: [CMake] Creating a common (= across several projects) CMake module/include-file/library

2013-06-27 Thread Alexander Dahl
Hei hei, On Mon, May 13, 2013 at 06:17:58PM -0400, Matthew Woehlke wrote: > Another option to consider is keeping the file in an external > repository and using your VCS's external-repo support to bring it > into your other projects. This way the file exists in your source > tree, but your VCS is