Skip to content

Commit

Permalink
Tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 18, 2024
1 parent a8822ea commit 440f823
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
with:
cmakeVersion: "~3.30.0"

- name: CMake version
run: cmake --version

- name: Install Basix (C++)
run: |
cd cpp
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21...3.30)
cmake_minimum_required(VERSION 3.21)

project(BasixFull VERSION "0.10.0.0" LANGUAGES CXX)
set(BASIX_FULL_SKBUILD TRUE)
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21...3.30)
cmake_minimum_required(VERSION 3.21)

# Set the version
project(Basix VERSION "0.10.0.0" LANGUAGES CXX)
Expand Down

0 comments on commit 440f823

Please sign in to comment.