mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
removed one more soap option usage from cmake lists
This commit is contained in:
parent
b03cc75293
commit
9150608500
1 changed files with 1 additions and 5 deletions
|
|
@ -97,11 +97,7 @@ target_link_libraries(${EXECUTABLE_NAME}
|
||||||
|
|
||||||
add_dependencies(${EXECUTABLE_NAME} game)
|
add_dependencies(${EXECUTABLE_NAME} game)
|
||||||
|
|
||||||
if(SOAP)
|
target_link_libraries(${EXECUTABLE_NAME} gsoap)
|
||||||
target_link_libraries(${EXECUTABLE_NAME}
|
|
||||||
gsoap
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_link_libraries(${EXECUTABLE_NAME}
|
target_link_libraries(${EXECUTABLE_NAME}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue