We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52320a9 + cc3808a commit 4152dc5Copy full SHA for 4152dc5
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.17)
2
# CMake version is set at 3.17 because of find_package(CUDAToolkit)
3
# TODO: find a workaround to be able to lower the version requirement
4
-project(hwmalloc VERSION 0.2.0 LANGUAGES CXX)
+project(hwmalloc VERSION 0.3.0 LANGUAGES CXX)
5
6
# ---------------------------------------------------------------------
7
# CMake setup, C++ version, build type, modules, etc
0 commit comments