summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigCompileFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace setting flags as variables with use of add_definitions() to avoid ↵Aaron Spike2008-04-101-10/+8
| | | | | quoting issues and because it looks like the proper cmake way (bzr r5396)
* don't set -j anything by default - its not useful and may cause breakage ↵Peter Linnell2008-04-091-1/+1
| | | | | debugging the new cmake build setup (bzr r5395)
* cmake: remove slashes from previous commit. they really should not be there. ↵Johan B. C. Engelen2008-04-081-1/+1
| | | | | looking elsewhere to fix my prob... (bzr r5387)
* cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf ↵Johan B. C. Engelen2008-04-071-1/+1
| | | | | \" (note the slashes in front of the ") (bzr r5381)
* cmake: add compile flags to C flags as wellJohan B. C. Engelen2008-04-071-0/+1
| | | (bzr r5370)
* Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmakeJoshua L. Blocher2008-04-071-0/+1
| | | (bzr r5366)
* fix typos in config.h.cmakeJohan B. C. Engelen2008-03-311-2/+10
| | | | | add optional profiling flags (bzr r5282)
* cmake: add define flagsJohan B. C. Engelen2008-03-311-1/+12
| | | (bzr r5275)
* add specific location for compiler flags; like optimization, define, debug ↵Johan B. C. Engelen2008-03-311-0/+7
and warning flags (bzr r5274)