Skip to content

Commit

Permalink
Don't build uobjects if static build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnottale committed Nov 16, 2023
1 parent f720e4a commit e0e4d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,9 @@ enable_testing()

add_subdirectory(share)
#Requires lib uobject
if (NOT STATIC_BUILD)
add_subdirectory(sdk-remote/src/uobjects)
endif()
if (NOT I_AM_A_ROBOT)
# add_subdirectory(sdk-remote/src/swig/java)
endif()
Expand Down

0 comments on commit e0e4d76

Please sign in to comment.