Skip to content

Commit

Permalink
Update TaichiCAPI.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcao3 authored and taichi-gardener committed Dec 30, 2022
1 parent 9b8d00e commit e011359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/TaichiCAPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (${CMAKE_GENERATOR} MATCHES "^Visual Studio")
COMMAND ${CMAKE_COMMAND} -E copy
${C_API_OUTPUT_DIRECTORY}/${CMAKE_BUILD_TYPE}/${TAICHI_C_API_NAME}.dll
${C_API_OUTPUT_DIRECTORY}/${TAICHI_C_API_NAME}.dll)
else(${CMAKE_GENERATOR} STREQUAL "XCode")
elseif (${CMAKE_GENERATOR} STREQUAL "XCode")
# XCode is also a multi-config generator
add_custom_command(
TARGET ${TAICHI_C_API_NAME} POST_BUILD
Expand Down

0 comments on commit e011359

Please sign in to comment.