Browse Source

fix COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES property definition

master
Sascha Kratky 6 years ago
parent
commit
410b9eca7b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake View 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(


Loading…
Cancel
Save