Skip to content

Commit 84a3b70

Browse files
committed
Do not install coarse
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent f24b84f commit 84a3b70

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/coarse/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ target_include_directories(
2424
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src/ravl>)
2525

2626
add_library(${PROJECT_NAME}::coarse ALIAS coarse)
27-
28-
install(TARGETS coarse EXPORT ${PROJECT_NAME}-targets)

test/test_installation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def _create_match_list(self) -> List[str]:
9797
f"lib/cmake/umf/umf-targets-{self.build_type}.cmake",
9898
"lib/cmake/umf/umf-targets.cmake",
9999
]
100-
lib.append(f"lib/{lib_prefix}coarse.{lib_ext_static}")
101100
for pool in self.pools:
102101
lib.append(f"lib/{lib_prefix}{pool}.{lib_ext_static}")
103102
if self.shared_library:

0 commit comments

Comments
 (0)