diff options
author | click <click@gonnamakeyou.com> | 2013-04-30 23:28:24 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2013-04-30 23:28:24 +0200 |
commit | 18f1ceb5676b5d87deba5c0777da7db1102bcc3c (patch) | |
tree | a288df6b223cbefd1f21b651a7ad4c68ddc66f2a /dep | |
parent | 54749e6918df211e1534daefc31281cf5767f7b5 (diff) |
Core/Dependencies: Fix an issue with CMake not being able to determine the language when linking gsoap
Closes #9704
Diffstat (limited to 'dep')
-rw-r--r-- | dep/gsoap/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/gsoap/CMakeLists.txt b/dep/gsoap/CMakeLists.txt index 71ad9a0128b..e7ebcc18db2 100644 --- a/dep/gsoap/CMakeLists.txt +++ b/dep/gsoap/CMakeLists.txt @@ -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) |