Skip to content

Commit

Permalink
Remove an uneeded and incompatible cmake policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Nov 6, 2024
1 parent 43326ef commit e1651b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ MANIFEST
*.ovr
*.tfw
/._venv-mesher/*
/venv-mesher/*
/venv-mesher/*
/spack-deploy/*
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(mesher)

cmake_policy(SET CMP0144 NEW)

if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(CMAKE_FIND_FRAMEWORK LAST) # under some circumstances, gdal can be in the frameworks dir that super breaks everything
endif()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "mesher"
version = "2.1.7"
version = "2.1.8"
authors = [
{name="Chris Marsh"}
]
Expand Down

0 comments on commit e1651b1

Please sign in to comment.