mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
remove animation server from unix to see if that addresses build buster, temporary solution
This commit is contained in:
parent
ef7dee4387
commit
c0858cdaef
1 changed files with 5 additions and 1 deletions
|
@ -28,9 +28,13 @@ IF (APPLE)
|
|||
ENDIF (DARWIN_VERSION GREATER 12)
|
||||
ENDIF(APPLE)
|
||||
|
||||
# targets only supported on mac
|
||||
IF (APPLE)
|
||||
add_subdirectory(animation-server)
|
||||
ENDIF(APPLE)
|
||||
|
||||
# targets not supported on windows
|
||||
if (NOT WIN32)
|
||||
add_subdirectory(animation-server)
|
||||
add_subdirectory(data-server)
|
||||
endif (NOT WIN32)
|
||||
|
||||
|
|
Loading…
Reference in a new issue