From 59a0d0164728409ca517d3c1c0ea5e25ef9ee1c2 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 30 Mar 2022 21:23:28 +0200 Subject: [PATCH] Remove special handling of MSVC --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7821d77a..24adfc1f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,11 +17,6 @@ include(GNUInstallDirs) include(CMakePackageConfigHelpers) -if(MSVC AND NOT DEFINED NOFORTRAN) - set(NOFORTRAN ON) - set(TIMER "NONE") -endif() - ####### option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)