aboutsummaryrefslogtreecommitdiff
path: root/CMAKE
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-08-25 22:27:13 +0000
committerjulie <julielangou@users.noreply.github.com>2012-08-25 22:27:13 +0000
commit1d71ab691fb7f5c2970f27b3dca4667089ec0632 (patch)
tree96fa6eb97493fb95d15300200811fcbc46690d5f /CMAKE
parent807bbe52ad0a5bf22d1efbd6359cf8e6c0d18bda (diff)
Diffstat (limited to 'CMAKE')
-rw-r--r--CMAKE/lapack-GNUtoMS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMAKE/lapack-GNUtoMS.cmake b/CMAKE/lapack-GNUtoMS.cmake
index 1ad8db1f..cdbd2a01 100644
--- a/CMAKE/lapack-GNUtoMS.cmake
+++ b/CMAKE/lapack-GNUtoMS.cmake
@@ -4,7 +4,7 @@ if(MINGW OR MSYS OR CYGWIN)
endif()
# Replace each imported target's import library.
-foreach(lib blas lapack tmglib lapacke)
+foreach(lib ${ALL_TARGETS})
# Replace for all imported build configurations.
get_property(configs TARGET ${lib} PROPERTY IMPORTED_CONFIGURATIONS)
foreach(config ${configs})