Lines Matching +full:cmake +full:- +full:options
1 # Tips about CMake
5 CMake likes to cache options and other things in the build dir... if you stop
6 asserting the state of something like `-DMY_OPTION=1`, then the last way it was
8 very advisable to explicitly keep all your options and set them all on one cmake
11 Then, when you meet a situation you changed something but somehow cmake is
19 ## CMake presence tests that fail
21 Lws makes use of various CMake features to figure out what apis your libraries
26 CMake basically builds little throwaway test programs using each api in turn, and
29 to figure out if we can use `xxx` or need to do a workaround at build-time.
36 When this happens, cmake indicates that apis that must be available are not available...
37 CMake keeps a log of what happened with the failed test programs in