Browse Source

Don't compile with OpenMP support, as it is not used in KLU.

pre-master-46
Holger Vogt 1 year ago
parent
commit
0fadbdc488
  1. 4
      visualc/KLU/KLU_COMPLEX.vcxproj

4
visualc/KLU/KLU_COMPLEX.vcxproj

@ -236,7 +236,7 @@
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<OpenMPSupport>true</OpenMPSupport>
<OpenMPSupport>false</OpenMPSupport>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
@ -257,7 +257,7 @@
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<OpenMPSupport>true</OpenMPSupport>
<OpenMPSupport>false</OpenMPSupport>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>

Loading…
Cancel
Save