Skip to content

Commit 7b870fe

Browse files
author
MarkusB
committed
remove install steps
1 parent 67b701c commit 7b870fe

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,3 @@ jobs:
109109
}
110110
]
111111
}
112-
113-
install-test:
114-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-install-test.yml@1.3.0
115-
with:
116-
image: ghcr.io/bemanproject/infra-containers-gcc:latest
117-
cxx_standard: 26
118-
main_header: cpp-lib-template.hpp

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ option(
2929
${PROJECT_IS_TOP_LEVEL}
3030
)
3131

32-
# for find of beman-install-library
33-
include(infra/cmake/beman-install-library-config.cmake)
34-
3532
add_library(mb.cpp-lib-template INTERFACE)
3633
add_library(mb::cpp-lib-template ALIAS mb.cpp-lib-template)
3734

@@ -44,7 +41,7 @@ set_target_properties(mb.cpp-lib-template PROPERTIES VERIFY_INTERFACE_HEADER_SET
4441

4542
add_subdirectory(include/mb/cpp-lib-template)
4643

47-
beman_install_library(mb.cpp-lib-template)
44+
#todo install, can't use beman_install_library as it has beman namespace hardcoded
4845

4946
if(MB_CPP_LIB_TEMPLATE_BUILD_TESTS)
5047
enable_testing()

cmake/mb.cpp-lib-template-config.cmake.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)