mirror of
https://github.com/kakwa/uts-server
synced 2025-01-25 04:47:26 +01:00
fixing missing dependency on compilation order
add a dependency to compile civetweb before uts-server if civetweb is bundled with uts-server.
This commit is contained in:
parent
294e22adc1
commit
c697886620
@ -75,3 +75,8 @@ target_link_libraries(uts-server
|
||||
INSTALL(TARGETS uts-server
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
|
||||
|
||||
if(BUNDLE_CIVETWEB)
|
||||
add_dependencies(uts-server civetweb)
|
||||
endif(BUNDLE_CIVETWEB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user