Skip to content

Commit 725ab4f

Browse files
committed
added some tidy errors
1 parent 6f1b72b commit 725ab4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/beman/execution/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
add_library(${TARGET_NAME} STATIC)
77
add_library(${TARGET_ALIAS} ALIAS ${TARGET_NAME})
88

9+
if(FALSE)
910
if(NOT BEMAN_EXECUTION_ENABLE_INSTALL OR CMAKE_SKIP_INSTALL_RULES)
1011
target_link_libraries(${TARGET_NAME} PUBLIC $<BUILD_INTERFACE:${TARGET_NAME}_project_options>)
1112
target_link_libraries(${TARGET_NAME} PUBLIC $<BUILD_INTERFACE:${TARGET_NAME}_project_warnings>)
1213
endif()
14+
endif()
1315

1416
include(CMakePrintHelpers)
1517
cmake_print_variables(TARGET_ALIAS TARGET_NAME TARGET_PREFIX PROJECT_SOURCE_DIR)

0 commit comments

Comments
 (0)