Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2017-08-28 04:30:40 +0300
committerSoumith Chintala <soumith@gmail.com>2017-08-28 04:30:58 +0300
commitf5daa71f0541e57e505f1304e3667c3c7be38ccb (patch)
treef5aa87d668e74f1b10c4a68da5c8b7335611c298
parentf4b408dccf1c333e6c2972abcb80faf902b9f43c (diff)
remove repetition of libquadmath in TH CMakeLists
-rw-r--r--lib/TH/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/TH/CMakeLists.txt b/lib/TH/CMakeLists.txt
index 5a2c5fb..803dfe1 100644
--- a/lib/TH/CMakeLists.txt
+++ b/lib/TH/CMakeLists.txt
@@ -473,7 +473,6 @@ IF (BLAS_FOUND AND BLAS_INSTALL_LIBRARIES)
Install_Required_Library(${BLAS_openblas_LIBRARY})
Install_Required_Library("${libpath}/libquadmath")
Install_Required_Library("${libpath}/libgfortran")
- Install_Required_Library("${libpath}/libquadmath")
Install_Required_Library("${libpath}/libgcc")
ENDIF()
ENDIF()