Skip to content

Commit

Permalink
updated Cmake version and specified version IN_LIST operator of if()
Browse files Browse the repository at this point in the history
  • Loading branch information
BeauJoh committed Jul 25, 2023
1 parent 0649cd4 commit 3ac6057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# license terms please see the LICENSE file distributed with this
# source code.

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.3)
cmake_policy(SET CMP0057 OLD)

project(Oclgrind)
set(Oclgrind_VERSION_MAJOR 21)
set(Oclgrind_VERSION_MINOR 10)
Expand Down

0 comments on commit 3ac6057

Please sign in to comment.