Parcourir la source

cotire 1.7.2

master
Sascha Kratky il y a 11 ans
Parent
révision
d0eadcd2a2
3 fichiers modifiés avec 262 ajouts et 239 suppressions
  1. +253
    -237
      CMake/cotire.cmake
  2. +7
    -0
      HISTORY.md
  3. +2
    -2
      MANUAL.md

+ 253
- 237
CMake/cotire.cmake
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 7
- 0
HISTORY.md Voir le fichier

@@ -1,3 +1,10 @@
## 1.7.2 (2015-04-22)

* reduce configure time overhead.
* fix bug with dependency checking when using Xcode.
* remove obsolete code required for CMake versions older than 2.8.12.
* streamline debugging output.

## 1.7.1 (2015-04-06) ## 1.7.1 (2015-04-06)


* fix problem with CMake's automatic Qt processing for generated unity targets. * fix problem with CMake's automatic Qt processing for generated unity targets.


+ 2
- 2
MANUAL.md Voir le fichier

@@ -691,7 +691,7 @@ inherits the property value from its enclosing directory.
common pitfalls common pitfalls
--------------- ---------------


### always add the directory where `cotire.cmake` resides to the CMake module search
### include the `cotire.cmake` module correclty


If CMake issues the message `Unknown CMake command "cotire"`, double check that the cotire module If CMake issues the message `Unknown CMake command "cotire"`, double check that the cotire module
has been included correctly in your project. See the manual section "cotire basic usage". has been included correctly in your project. See the manual section "cotire basic usage".
@@ -722,7 +722,7 @@ Don't do this:
cotire(mytarget) # mytarget added in src directory cotire(mytarget) # mytarget added in src directory


Cotire may fail to inspect the target's source files correctly, if the target has been added in a Cotire may fail to inspect the target's source files correctly, if the target has been added in a
different directory and you may get messages about missing source files.
different directory and you may get odd messages about missing source files.


known issues known issues
------------ ------------


Chargement…
Annuler
Enregistrer