mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +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
ed8244a16c
commit
f98e0b6c9d
@ -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…
Reference in New Issue
Block a user