You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # This file contains options that can be passed to the cmake command
-
- Option ( HELLOWORLD_INSTALL_DEBUG
- "Install the stripped debug informations of helloworld."
- OFF )
- Option ( HELLOWORLD_NO_STRIP
- "Do not strip debug symbols from helloworld binary."
- OFF )
- Option ( HELLOWORLD_USE_GIT_VERSION
- "Read the git tags to get the version of helloworld"
- ON )
- Option ( HELLOWORLD_IGNORE_MODULES
- "Use only config mode to find other packages"
- OFF )
|