Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleanup warnings, -Wl,-luuid are only for mingw on windows
  • Loading branch information
janwilmans authored and agserm committed Apr 16, 2019
1 parent 8e42fc2 commit 3cd1402
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/CMakeLists.txt
Expand Up @@ -104,12 +104,9 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
${EXTRA_CORE_LIBS}
ole32
ws2_32
uuid
)

set(EXTRA_CORE_LDFLAGS
${EXTRA_CORE_LDFLAGS}
-Wl,-luuid
)
endif()

function_variable_fixup("${EXTRA_CORE_CXXFLAGS}" EXTRA_CORE_CXXFLAGS)
Expand Down

0 comments on commit 3cd1402

Please sign in to comment.