Comments - How to specify the options when using cmake?

8 years, 11 months ago Daniel Black
$ cmake . --help-variable-list | grep -i MODULE
CMAKE_SHARED_MODULE_PREFIX
CMAKE_SHARED_MODULE_SUFFIX
CMAKE_FIND_PACKAGE_WARN_NO_MODULE
CMAKE_MODULE_PATH
CMAKE_Fortran_MODULE_DIRECTORY
CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS_<CONFIG>
CMAKE_<LANG>_CREATE_SHARED_MODULE
 
8 years, 11 months ago Lin ZuXiong

I am not very clear to know the meaning . I am freshman to C/C++ compiler...

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.