Bladeren bron

cotire 1.7.2

master
Sascha Kratky 11 jaren geleden
bovenliggende
commit
d0eadcd2a2
3 gewijzigde bestanden met toevoegingen van 262 en 239 verwijderingen
  1. +253
    -237
      CMake/cotire.cmake
  2. +7
    -0
      HISTORY.md
  3. +2
    -2
      MANUAL.md

+ 253
- 237
CMake/cotire.cmake
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 7
- 0
HISTORY.md Bestand weergeven

@@ -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 Bestand weergeven

@@ -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
------------ ------------


Laden…
Annuleren
Opslaan