We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0c27d commit 6b68108Copy full SHA for 6b68108
CMakeLists.txt
@@ -84,7 +84,7 @@ target_link_libraries(${SHARED_LIB_NAME} PUBLIC Open3D::Open3D)
84
if(WIN32)
85
get_target_property(open3d_type Open3D::Open3D TYPE)
86
if(open3d_type STREQUAL "SHARED_LIBRARY")
87
- message(STATUS "Copying Open3D.dll to ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>")
+ message(STATUS "Copying Open3D.dll to ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE}")
88
add_custom_command(TARGET ${SHARED_LIB_NAME} POST_BUILD
89
COMMAND ${CMAKE_COMMAND} -E copy
90
$<TARGET_FILE:Open3D::Open3D>
0 commit comments