fmt/cppformat
Mario Werner dcbb6b1e4d make the install location for the generated cmake files configurable
By default the cmake files are installed to "<prefix>/lib/cmake/cppformat".
This can now be customized using the `FMT_CMAKE_DIR` cache variable.
Valid paths are documented in the cmake manual [1].

e.g., install the cmake files to "<prefix>/share/cmake/cppformat"
```
cmake -DFMT_CMAKE_DIR=share/cmake/cppformat <path-to-source>
```

Tip: Try `make package` to examine the result.

[1] https://cmake.org/cmake/help/v3.0/command/find_package.html
2016-04-06 09:33:13 +02:00
..
CMakeLists.txt make the install location for the generated cmake files configurable 2016-04-06 09:33:13 +02:00
format.cc Test writing to ostream 2016-03-08 06:47:53 -08:00
format.h Make argument formatter customizable 2016-03-19 07:20:31 -07:00
posix.cc Fix sign conversion warnings 2016-03-02 07:53:14 -08:00
posix.h Fix sign conversion warnings 2016-03-02 07:53:14 -08:00