Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

12 rader
618 B

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