Martin Kroeker
|
668f48f4fc
|
Use CMAKE_C_COMPILER_VERSION instead of dumpversion calls (#4698)
* Use CMAKE_C_COMPILER_VERSION throughout
|
1 year ago |
Martin Kroeker
|
a9f9354296
|
Fix target test
|
4 years ago |
Martin Kroeker
|
b9bc76aec4
|
Add files via upload
|
4 years ago |
Martin Kroeker
|
e5f8c2bf8a
|
typo fix
|
4 years ago |
Martin Kroeker
|
6baf8af658
|
Disable EXPRECISION for the combination of DYNAMIC_CORE and GENERIC target
|
4 years ago |
Martin Kroeker
|
4db00121dc
|
Disable EXPRECISION and add -lm on OSX (same as the BSDs and Linux)
|
5 years ago |
Martin Kroeker
|
9229d6859b
|
Add -lm and disable EXPRECISION support on *BSD
fixes #2075
|
6 years ago |
Sacha Refshauge
|
47ebce4d1a
|
Clean up, fix old typos. Simplify arch usages. Move system arch check to earlier position.
|
8 years ago |
|
7c1acc07f0
|
Fix bug that required fortran. Fix bug that needed CXX var. Remove redundant set vars. Fix threading detection. Do not attempt to run code if cross compiling.
|
8 years ago |
|
38d273ea03
|
Drop some redundant vars and improve arch detection in CMake.
|
8 years ago |
Martin Kroeker
|
ad2462811a
|
Do not add -lpthread on Android builds (#1229)
* Do not add -lpthread on Android builds
* Do not add -lpthread on Android cmake builds
|
8 years ago |
Hank Anderson
|
4662a0b13a
|
Changed generate functions to iterate through a list of float types.
This will generate obj files for SINGLE/DOUBLE/COMPLEX/DOUBLE COMPLEX.
|
10 years ago |
Hank Anderson
|
c94fe71278
|
Removed incoming-stack-boundary for MSVC.
Made float type optional for GenerateNamedObjects.
Called GenerateNamedObjects for a couple of driver/others files that
needed NAME/CNAME set.
|
10 years ago |
Hank Anderson
|
560c96a9a7
|
Fixed newlines in some cmake files.
|
10 years ago |
Hank Anderson
|
be1ce38f24
|
Fixed some missing parentheses.
|
10 years ago |
Hank Anderson
|
e66aa5f3b7
|
Ported arch dependent settings from Makefile.system to new cmake file.
|
10 years ago |
Hank Anderson
|
31cf22cb4b
|
Ported OS settings from Makefile.system into new cmake file.
|
10 years ago |