Skip to content

Commit

Permalink
fix libmrc build interface includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Oct 24, 2024
1 parent 7abfdf7 commit 9e1535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/mrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ target_link_libraries(libmrc
target_include_directories(libmrc
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/autogenerated/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/autogenerated/include>
$<INSTALL_INTERFACE:include>
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down

0 comments on commit 9e1535d

Please sign in to comment.