Skip to content

Commit a891c9b

Browse files
committed
[CMAKE] Bump min version requirement
1 parent e934a34 commit a891c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with this program; if not, see <http://www.gnu.org/licenses/>.
1717
#============================================================================
1818

19-
cmake_minimum_required(VERSION 3.1)
19+
cmake_minimum_required(VERSION 3.1...3.10)
2020
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
2121

2222
set(InOpenJK ON)

0 commit comments

Comments
 (0)