Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA
# CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.16)

set(CUBQL_VERSION_MAJOR 1)
set(CUBQL_VERSION_MINOR 3)
set(CUBQL_VERSION_PATCH 0)
set(CUBQL_VERSION_PATCH 1)
set(CUBQL_VERSION ${CUBQL_VERSION_MAJOR}.${CUBQL_VERSION_MINOR}.${CUBQL_VERSION_PATCH})

cmake_policy(SET CMP0048 NEW)
Expand Down Expand Up @@ -111,6 +111,7 @@ if (CUBQL_IS_SUBPROJECT)
"====================================================================="
)
endif()
set(CUBQL_VERSION ${CUBQL_VERSION} PARENT_SCOPE)
else()
if (CUBQL_USE_HIP)
# HIP build: the arch lives in CMAKE_HIP_ARCHITECTURES (defaulted above);
Expand Down