Skip to content

Commit 034a562

Browse files
committed
[update] Update 'CMakeLists.txt'
1 parent 7ed08f7 commit 034a562

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
@@ -4,7 +4,7 @@ project(pytorch_ros)
44
add_compile_options(-std=c++14)
55

66
# Locate the cmake file of torchlib
7-
set(Torch_DIR "/opt/pytorch/pytorch/torch/share/cmake/Torch/")
7+
set(Torch_DIR "/opt/conda/envs/ros_env/lib/python3.8/site-packages/torch/share/cmake/Torch/")
88
#set(Torch_DIR "$ENV{TORCH_ROOT}/torch/share/cmake/Torch/")
99

1010
## Find catkin macros and libraries

0 commit comments

Comments
 (0)