We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde241e commit 67a1429Copy full SHA for 67a1429
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.25)
2
3
project(luaclasslib
4
- VERSION 1.0
+ VERSION 1.0.0
5
LANGUAGES C CXX)
6
7
set(LUACLASS_ENABLE_ASAN false CACHE BOOL "Enable address sanitizer for tests target.")
0 commit comments