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.
 
 
 
 

15 lines
508 B

  1. # This file contains options that can be passed to the cmake command
  2. Option ( HELLOWORLD_INSTALL_DEBUG
  3. "Install the stripped debug informations of helloworld."
  4. OFF )
  5. Option ( HELLOWORLD_NO_STRIP
  6. "Do not strip debug symbols from helloworld binary."
  7. OFF )
  8. Option ( HELLOWORLD_USE_GIT_VERSION
  9. "Read the git tags to get the version of helloworld"
  10. ON )
  11. Option ( HELLOWORLD_IGNORE_MODULES
  12. "Use only config mode to find other packages"
  13. OFF )