Update CMakeLists.txt
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 5 Nov 2016 12:11:32 +0000 (13:11 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2016 12:11:32 +0000 (13:11 +0100)
CMakeLists.txt

index 707f425..397d758 100644 (file)
@@ -36,10 +36,10 @@ if(CMAKE_CONFIGURATION_TYPES) # multiconfig generator?
                Debug Debug
                Release Release
        )
-       set(OpenBLAS_LIBNAME
-               Debug "${OpenBLAS_LIBNAME}_d"
-               Release "${OpenBLAS_LIBNAME}"
-       )
+#      set(OpenBLAS_LIBNAME
+#              Debug "${OpenBLAS_LIBNAME}_d"
+#              Release "${OpenBLAS_LIBNAME}"
+#      )
 else()
        if( NOT CMAKE_BUILD_TYPE )
                if(BUILD_DEBUG)