Skip to content
Snippets Groups Projects
Commit abc78a35 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'mingw-archive-no-replace'


e8f0b75f Windows-GNU: Support duplicate object names when linking shared libraries

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6081
parents b78d312d e8f0b75f
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ macro(__windows_compiler_gnu lang)
CMAKE_${lang}_${rule} "${CMAKE_${lang}_${rule}}")
set(CMAKE_${lang}_${rule}
"<CMAKE_COMMAND> -E rm -f <OBJECT_DIR>/objects.a"
"<CMAKE_AR> cr <OBJECT_DIR>/objects.a <OBJECTS>"
"<CMAKE_AR> qc <OBJECT_DIR>/objects.a <OBJECTS>"
"${CMAKE_${lang}_${rule}}"
)
endforeach()
......
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