Skip to content

Commit 66b3b30

Browse files
committed
fix installation of generated file
1 parent 77f060c commit 66b3b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/sdk/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ target_sources(viamsdk
139139
PUBLIC FILE_SET viamsdk_public_includes TYPE HEADERS
140140
BASE_DIRS
141141
../..
142-
${CMAKE_CURRENT_BINARY_DIR}
142+
${CMAKE_CURRENT_BINARY_DIR}/../..
143143
FILES
144144
../../viam/sdk/common/client_helper.hpp
145145
../../viam/sdk/common/exception.hpp
@@ -192,7 +192,7 @@ target_sources(viamsdk
192192
../../viam/sdk/spatialmath/geometry.hpp
193193
../../viam/sdk/spatialmath/orientation.hpp
194194
../../viam/sdk/spatialmath/orientation_types.hpp
195-
${CMAKE_CURRENT_BINARY_DIR}/common/grpc_client_fwd.hpp
195+
${CMAKE_CURRENT_BINARY_DIR}/../../viam/sdk/common/grpc_client_fwd.hpp
196196
)
197197

198198
set_target_properties(

0 commit comments

Comments
 (0)