Skip to content

Commit

Permalink
Updated CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Dec 14, 2024
1 parent 65d71d1 commit b4a1d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
PROJECT(libneat)

SET(BUILD_MAJOR "1")
Expand All @@ -9,6 +9,7 @@ SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
# Needed by SWIG:
CMAKE_POLICY(SET CMP0078 OLD)
CMAKE_POLICY(SET CMP0086 NEW)
CMAKE_POLICY(SET CMP0148 OLD)

include(FindPythonLibs)

Expand Down

0 comments on commit b4a1d88

Please sign in to comment.