Sfoglia il codice sorgente

fix COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES property definition

master
Sascha Kratky 6 anni fa
parent
commit
410b9eca7b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake Vedi File

@@ -3856,7 +3856,7 @@ else()
FULL_DOCS
"The variable can be set to an integer > 0."
"If a target contains less than that number of source files, cotire will not enable the use of the precompiled header for the target."
"If not defined, defaults to 3."
"If not defined, defaults to 2."
)

define_property(


Caricamento…
Annulla
Salva