Skip to content

Commit be4084b

Browse files
committed
Minor update.
1 parent d31514f commit be4084b

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
@@ -45,4 +45,4 @@ find_library(TORCH_PYTHON_LIBRARY torch_python PATH "${TORCH_INSTALL_PREFIX}/lib
4545
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}")
4646

4747
add_subdirectory(cxx)
48-
install(TARGETS ${BUILD_TARGET} LIBRARY DESTINATION ${SKBUILD_PROJECT_NAME})
48+
install(TARGETS ${BUILD_TARGET} LIBRARY DESTINATION .)

0 commit comments

Comments
 (0)