From 33a1e2df5836aba3d1925886a6f36539b82e82f7 Mon Sep 17 00:00:00 2001 From: Livox-SDK Date: Wed, 27 Feb 2019 15:30:43 +0800 Subject: [PATCH] [D]Delete sdk version macro defined in top CMakelist flie --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 848e1ee..6d48977 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(livox_sdk VERSION 0.9) +project(livox_sdk) set(CMAKE_CXX_STANDARD 98)