Skip to content
Snippets Groups Projects
Commit 72a120c2 authored by Olivier Couet's avatar Olivier Couet
Browse files

Fix from Pere attempting to fix the mathtext issue with cmake on windows.

git-svn-id: http://root.cern.ch/svn/root/trunk@46989 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7c101027
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ function(ROOT_LINKER_LIBRARY library)
message("Target ${library} already exists. Renaming target name to ${library}_new")
set(library ${library}_new)
endif()
if(WIN32 AND NOT ARG_DLLEXPORT)
if(WIN32 AND ARG_TYPE STREQUAL SHARED AND NOT ARG_DLLEXPORT)
#---create a list of all the object files-----------------------------
if(CMAKE_GENERATOR MATCHES "Visual Studio")
foreach(src1 ${lib_srcs})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment