Skip to content

Commit

Permalink
Updated CMake find script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Mar 8, 2018
1 parent 6433120 commit 03e1ce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CMake/FindBlueFramework.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ if (MSVC)
if(MSVC_VERSION EQUAL 1900)
set(MSVC_VERSION_STRING "vs2015")
set(MSVC_VERSION_YEAR "2015")
elseif(MSVC_VERSION EQUAL 1910)
set(MSVC_VERSION_STRING "vs2017")
set(MSVC_VERSION_YEAR "2017")
elseif(MSVC_VERSION EQUAL 1911)
set(MSVC_VERSION_STRING "vs2017")
set(MSVC_VERSION_YEAR "2017")
elseif(MSVC_VERSION EQUAL 1912)
elseif(MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS_EQUAL 1919)
set(MSVC_VERSION_STRING "vs2017")
set(MSVC_VERSION_YEAR "2017")
else()
Expand Down
2 changes: 1 addition & 1 deletion CMake/ProjectVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(PROJECT_VERSION_TWEAK "79")
set(PROJECT_VERSION_TWEAK "81")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_MAJOR "3")
2 changes: 1 addition & 1 deletion Core/src/BlueFramework/Core/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define BLUEFRAMEWORK_API_MAJOR 3
#define BLUEFRAMEWORK_API_MINOR 1
#define BLUEFRAMEWORK_API_PATCH 1
#define BLUEFRAMEWORK_API_TWEAK 79
#define BLUEFRAMEWORK_API_TWEAK 81

BLUEFRAMEWORK_CORE_NAMESPACE_BEGIN

Expand Down

0 comments on commit 03e1ce2

Please sign in to comment.