mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Disable runtime dll copies for clang-cl
This commit is contained in:
parent
b9a8e355d3
commit
e22d14bd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ if((CMAKE_COMPILER_IS_GNUCC) AND NOT ("${CMAKE_SYSTEM_NAME}" MATCHES Darwin))
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# copy DLLs to bin/ directory if building internal shared on windows
|
# copy DLLs to bin/ directory if building internal shared on windows
|
||||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL Windows AND NOT "${SRB2_CONFIG_INTERNAL_LIBRARIES}")
|
if("${CMAKE_SYSTEM_NAME}" STREQUAL Windows AND NOT "${SRB2_CONFIG_INTERNAL_LIBRARIES}" AND NOT MSVC)
|
||||||
# also copy implicitly linked system libraries
|
# also copy implicitly linked system libraries
|
||||||
set(ADDITIONAL_DLLS "")
|
set(ADDITIONAL_DLLS "")
|
||||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL GNU)
|
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL GNU)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue