Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Commit 05473d7

Browse files
Merge pull request #1 from Genoil/110
110
2 parents ed2e888 + 76a5ee7 commit 05473d7

30 files changed

Lines changed: 669 additions & 233 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 2.8.12)
33

44
set(PROJECT_VERSION "0.9.41")
5-
set(GENOIL_VERSION "1.1")
5+
set(GENOIL_VERSION "1.1.4")
66
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
77
cmake_policy(SET CMP0042 OLD) # fix MACOSX_RPATH
88
cmake_policy(SET CMP0048 NEW) # allow VERSION argument in project()

0 commit comments

Comments
 (0)