clang on windows needs FU=''

This commit is contained in:
Isuru Fernando 2017-07-29 20:59:17 +05:30
parent eb98fdddfc
commit 4c5df489db
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
set(FU "")
if(APPLE)
set(FU "_")
elseif(MSVC AND ${CMAKE_C_COMPILER_ID} MATCHES "Clang")
set(FU "")
elseif(MSVC)
set(FU "_")
elseif(UNIX)