Daniel Vrátil
|
c2bb52b82f
|
Fix check whether we are crosscompiling
CMake defines CMAKE_CROSSCOMPILING when crosscompiling so
use that instead of the undefined CROSS_COMPILING variable.
|
2019-02-07 13:20:39 +01:00 |
|
Matias Fontanini
|
a61a361eb1
|
Add check for noexcept when checking C++11 features
|
2016-10-23 11:34:10 -07:00 |
|
Matias Fontanini
|
b326546229
|
Add checks for std::chrono and std::function
|
2016-02-18 20:52:18 -08:00 |
|
Matias Fontanini
|
5c22cc7985
|
Use compiler intrinsics to swap bytes
|
2016-02-18 20:35:37 -08:00 |
|
Matias Fontanini
|
bd31b3648f
|
Change CheckCXX11Features into CheckCXXFeatures
|
2016-02-18 20:11:36 -08:00 |
|