Home | History | Annotate | Download | only in upstream

Lines Matching full:cmake

76 - CMake (v3.2.2 or later) (v3.3.0 or later on Windows);
107 **To list all available configuration options, try** `cmake -L` (you may also
112 If you are already familiar with CMake, you know what to do.
114 Run `cmake .` then `make`. You may then install libraries, headers and
117 directory, you may do so by passing it to the `cmake .` command; e.g.
119 # Always use absolute paths in CMake "-D" options: you don't know where
121 cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install .
127 cmake -DCMAKE_PREFIX_PATH='/path/to/dependency1/;/path/to/dependency2/'
129 For more information on how to use `CMAKE_PREFIX_PATH`, see CMake's
132 Also, CMake can build a project out-of-tree, which is the recommended method:
136 cmake /path/to/sources/of/parameter-framework
145 version does not support some C++11 features. When running CMake's
146 configuration step (the first call to CMake) you must specify the build system