Notes |
|
(0027497)
|
Maik Beckmann
|
2011-09-30 07:12
|
|
I second this feature request.
The MKL that intel's current fortran compiler ships needs openmp to be activa. It would be nice to be able to just write something like
check_fortran_source_compiles(
"
program openmp_test
use omp_lib
end program openmp_test
"
FORTRAN_OPENMP)
I will most likely copy&paste the content CheckCSourceCompiles.cmake and adapt it. If I'm happy with the results, I'll post it here. |
|
|
(0029928)
|
Daniel Franke
|
2012-07-06 07:38
|
|
I've uploaded two files based on the corresponding CXX versions that work for me. Maybe they could be included at some point?
Thanks. |
|
|
(0041903)
|
Kitware Robot
|
2016-06-10 14:28
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|