No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

12 líneas
606 B

  1. # This file contains options that can be passed to the cmake command
  2. Option ( CPPMP_INSTALL_HEADER
  3. "Install headers of cppmp."
  4. ON )
  5. Option ( CPPMP_INSTALL_PACKAGE
  6. "Install the cmake package of cppmp."
  7. ON )
  8. Option ( CPPMP_USE_GIT_VERSION
  9. "Read the git tags to get the version of cppmp"
  10. ON )