Skip to content

Commit 6b68108

Browse files
committed
FIX: typo in cmake messagging
1 parent bf0c27d commit 6b68108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ target_link_libraries(${SHARED_LIB_NAME} PUBLIC Open3D::Open3D)
8484
if(WIN32)
8585
get_target_property(open3d_type Open3D::Open3D TYPE)
8686
if(open3d_type STREQUAL "SHARED_LIBRARY")
87-
message(STATUS "Copying Open3D.dll to ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>")
87+
message(STATUS "Copying Open3D.dll to ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE}")
8888
add_custom_command(TARGET ${SHARED_LIB_NAME} POST_BUILD
8989
COMMAND ${CMAKE_COMMAND} -E copy
9090
$<TARGET_FILE:Open3D::Open3D>

0 commit comments

Comments
 (0)