mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 03:33:35 +02:00
remove animation server from unix to see if that addresses build buster, temporary solution
This commit is contained in:
parent
e517125cfb
commit
b3ec273e33
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