Skip to content

Commit ec90539

Browse files
committed
restored src/beman/execution/CMakeLists.txt
1 parent 725ab4f commit ec90539

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/beman/execution/CMakeLists.txt

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

9-
if(FALSE)
109
if(NOT BEMAN_EXECUTION_ENABLE_INSTALL OR CMAKE_SKIP_INSTALL_RULES)
1110
target_link_libraries(${TARGET_NAME} PUBLIC $<BUILD_INTERFACE:${TARGET_NAME}_project_options>)
1211
target_link_libraries(${TARGET_NAME} PUBLIC $<BUILD_INTERFACE:${TARGET_NAME}_project_warnings>)
1312
endif()
14-
endif()
1513

1614
include(CMakePrintHelpers)
1715
cmake_print_variables(TARGET_ALIAS TARGET_NAME TARGET_PREFIX PROJECT_SOURCE_DIR)

0 commit comments

Comments
 (0)