Skip to content

Commit

Permalink
FreeBSD build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Dec 6, 2023
1 parent 6f53e7b commit 523f267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2)
PROJECT(libneat)

SET(BUILD_MAJOR "1")
Expand All @@ -9,7 +9,6 @@ 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 523f267

Please sign in to comment.