Skip to content

Commit eaae553

Browse files
authored
Merge branch 'main' into lightGBMClassifier
2 parents c970cc5 + 5fcc26f commit eaae553

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
set(VERSION_MAJOR 3)
4-
set(VERSION_MINOR 1)
5-
set(VERSION_PATCH 1)
4+
set(VERSION_MINOR 2)
5+
set(VERSION_PATCH 0)
66
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
77

88
project(wif VERSION ${VERSION})

cmake/dependencies.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ if(OpenMP_CXX_FOUND)
1818
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
1919
add_compile_options(${OpenMP_CXX_FLAGS})
2020
endif()
21-

0 commit comments

Comments
 (0)