Skip to content

Commit

Permalink
tmp: test windows CI with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Dec 5, 2024
1 parent c6d20b9 commit eb1d6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

project(Ginkgo LANGUAGES CXX VERSION 1.9.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures")
set(Ginkgo_VERSION_TAG "develop")
set(Ginkgo_VERSION_TAG "master")
set(PROJECT_VERSION_TAG ${Ginkgo_VERSION_TAG})
if (Ginkgo_VERSION_TAG STREQUAL "master")
set(GINKGO_VERSION_TAG_DEPRECATED ON)
Expand Down

0 comments on commit eb1d6c0

Please sign in to comment.