summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-31 21:24:12 (GMT)
committerBrad King <brad.king@kitware.com>2011-01-31 21:24:12 (GMT)
commit93f230e408cba124dc5ba97b1ef7f228ccb4fcc9 (patch)
treecd662ea94a52e65dff319a3233bec45db5b9cd0f /Modules/FindQt4.cmake
parent63d21c1f8efeb2f2337221119c479d75bbb0b7c0 (diff)
downloadCMake-93f230e408cba124dc5ba97b1ef7f228ccb4fcc9.zip
CMake-93f230e408cba124dc5ba97b1ef7f228ccb4fcc9.tar.gz
CMake-93f230e408cba124dc5ba97b1ef7f228ccb4fcc9.tar.bz2
Pass -o after -c for Fortran to avoid mpif77 ordering bug
When running $ mpif77 -c example.f -o example.f.o mpif77 recognizes -o and produces example.f.o, but when running $ mpif77 -o example.f.o -c example.f the -o option is ignored and the object file is example.o. Performing the same experiment on the underlying compiler tool or with the mpicc and mpiCC wrappers does not exhibit this behavior, so the issue appears to be specific to mpif77. Reported-by: Zhen Wang <zwang26@emory.edu>
Diffstat (limited to 'Modules/FindQt4.cmake')
0 files changed, 0 insertions, 0 deletions