Skip to content

Commit

Permalink
More corrections to cmake scripts and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Feb 24, 2025
1 parent 2cf91b8 commit dd56bcb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions cpp/plugins/cucim.kit.cuslide/cmake/deps/pugixml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,15 @@ if (NOT TARGET deps::pugixml)
GIT_REPOSITORY https://github.com/zeux/pugixml.git
GIT_TAG v1.11.1
GIT_SHALLOW TRUE
EXCLUDE_FROM_ALL
)
FetchContent_GetProperties(deps-pugixml)
if (NOT deps-pugixml_POPULATED)
message(STATUS "Fetching pugixml sources")
FetchContent_Populate(deps-pugixml)
message(STATUS "Fetching pugixml sources - done")
endif ()
message(STATUS "Fetching pugixml sources")

# Create static library
cucim_set_build_shared_libs(OFF)
FetchContent_MakeAvailable(deps-pugixml)

add_subdirectory(${deps-pugixml_SOURCE_DIR} ${deps-pugixml_BINARY_DIR} EXCLUDE_FROM_ALL)

message(STATUS "Fetching pugixml sources - done")
# Disable visibility to not expose unnecessary symbols
set_target_properties(pugixml-static
PROPERTIES
Expand Down
2 changes: 1 addition & 1 deletion python/cmake/deps/fmt.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2025, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion python/cmake/deps/json.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2025, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion python/cmake/deps/pybind11.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2025, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion python/cmake/deps/pybind11_json.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2025, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down

0 comments on commit dd56bcb

Please sign in to comment.