Re: [CMake] Question regarding source tree structure and how to find libraries easily within that structure

2012-02-29 Thread Carlton Henderson
Hi Andreas,I too am new to CMake, but let me take a crack at this... someone correct me if there's a better way.You shouldn't need a find module. You only need them when you're including libraries that CMake doesn't already know the location of. Since you're building Library_1 in CMake you can just

[CMake] Debug vs. Release Build Types and Configurations

2012-02-28 Thread Carlton Henderson
For a couple days now, I've been looking high and low at documentation about single-config CMAKE_BUILD_TYPE (e.g. Makefile) and multi-config CMAKE_CONFIGURATION_TYPES but I still have some questions.It seems that those variables are mutually exclusive, (depending on whether you're using single- or