Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Dec 8, 2022
1 parent 716694d commit ec9fe71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/TaichiCAPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ endif()
add_library(${TAICHI_C_API_NAME} SHARED ${C_API_SOURCE})
target_link_static_library(${TAICHI_C_API_NAME} taichi_core)

# [TODO] Remove the following two linkages after rewriting AOT Demos with Device APIS
if(TI_WITH_GGUI)
target_link_static_library(${TAICHI_C_API_NAME} taichi_ui_vulkan)
target_link_static_library(${TAICHI_C_API_NAME} taichi_ui)
endif()

# Avoid exporting third party symbols from libtaichi_c_api.so
# Note that on Windows, external symbols will be excluded from .dll automatically, by default.
if(LINUX)
Expand Down

0 comments on commit ec9fe71

Please sign in to comment.