We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cbe83 commit b42b0c0Copy full SHA for b42b0c0
src/coarse/CMakeLists.txt
@@ -1,12 +1,12 @@
1
-# Copyright (C) 2024 Intel Corporation
+# Copyright (C) 2024-2025 Intel Corporation
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5
include(${UMF_CMAKE_SOURCE_DIR}/cmake/helpers.cmake)
6
7
set(COARSE_SOURCES coarse.c ../ravl/ravl.c)
8
9
-if(UMF_BUILD_SHARED_LIBRARY)
+if(UMF_BUILD_SHARED_LIBRARY AND (NOT WINDOWS))
10
set(COARSE_EXTRA_SRCS ${BA_SOURCES})
11
set(COARSE_EXTRA_LIBS $<BUILD_INTERFACE:umf_utils>)
12
endif()
0 commit comments