FreeRDP/channels
Bernhard Miklautz 668c8c8cef build: use WITH_XXX instead of XXX_FOUND
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.

If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
..
cliprdr freerdp-cliprdr: Fix parsing of long-style format lists 2011-12-21 16:02:53 -06:00
drdynvc build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
rail channels: Optimize storage of string tables. 2011-11-30 19:11:27 -05:00
rdpdbg cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
rdpdr build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
rdpsnd build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
CMakeLists.txt rdpsnd: add main rdpsnd module. 2011-08-15 15:08:23 +08:00