diff options
Diffstat (limited to 'CMAKE/README-GNUtoMS.txt')
-rw-r--r-- | CMAKE/README-GNUtoMS.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/CMAKE/README-GNUtoMS.txt b/CMAKE/README-GNUtoMS.txt deleted file mode 100644 index 5844aaea..00000000 --- a/CMAKE/README-GNUtoMS.txt +++ /dev/null @@ -1,10 +0,0 @@ -The GNUtoMS CMake module helps LAPACK provide MS-compatible DLLs on -Windows when built with a free GNU Fortran compiler (e.g. MinGW). If -MS Visual Studio tools are installed when one configures LAPACK to -build with GNU tools the module extends the shared library link rule. -The extended rule creates both a GNU-style .dll.a import library and a -MS-format .lib import library. - -LAPACK CMake code installs the import libraries for both formats. -Applications built using CMake can be configured automatically to use -the import libraries matching the target toolchain. |