Skip to content
Snippets Groups Projects
Commit 4ca42b6e authored by Francois Bleibel's avatar Francois Bleibel
Browse files
parents 4e90bbfe 0339d8f3
Branches
Tags
No related merge requests found
......@@ -46,6 +46,15 @@ ENDIF(
(NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio.*")
)
IF(WIN32)
# Enabling Fortran on Win32 causes the definition of variables
# that change the name of the library built, add the prefix 'lib'
# These commands are Counter CMake mesures:
SET(CMAKE_STATIC_LIBRARY_PREFIX "")
SET(CMAKE_SHARED_LIBRARY_PREFIX "")
SET(CMAKE_SHARED_MODULE_PREFIX "")
ENDIF(WIN32)
enable_testing()
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment