Core/Dependencies: Fix an issue with CMake not being able to determine the language when linking gsoap

Closes #9704
This commit is contained in:
click
2013-04-30 23:28:24 +02:00
parent 54749e6918
commit 18f1ceb567

View File

@@ -22,3 +22,5 @@ include_directories(
add_definitions(-D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=0)
add_library(gsoap STATIC ${gsoap_STAT_SRCS})
set_target_properties(gsoap PROPERTIES LINKER_LANGUAGE CXX)