Skip to content

Commit

Permalink
Merge pull request #2884 from heplesser/hike-cmake-version
Browse files Browse the repository at this point in the history
Hike minimum required CMake version to 3.19
  • Loading branch information
heplesser committed Aug 14, 2023
2 parents f136fe1 + 2124635 commit ef58695
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with NEST. If not, see <http://www.gnu.org/licenses/>

# Version range from minimum required (3.12 for macOS OpenMP)
# up to newest version tested, see https://cliutils.gitlab.io/modern-cmake/chapters/basics.html
cmake_minimum_required( VERSION 3.12...3.16 )
cmake_minimum_required( VERSION 3.19 )

# add cmake modules: for all `include(...)` first look here
list( APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake )
Expand Down

0 comments on commit ef58695

Please sign in to comment.