Skip to content

Commit 21b3a34

Browse files
Update src/beman/execution/CMakeLists.txt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7b5030 commit 21b3a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/beman/execution/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if(NOT BEMAN_execution_ENABLE_INSTALL OR CMAKE_SKIP_INSTALL_RULES)
1212
endif()
1313

1414
# Add the binary directory to include paths so config.hpp can be found
15-
target_include_directories(${TARGET_NAME}
16-
PUBLIC
15+
target_include_directories(${TARGET_NAME}
16+
PUBLIC
1717
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
1818
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>
1919
$<INSTALL_INTERFACE:include>

0 commit comments

Comments
 (0)