From 4076f6803a242d1f7f58e22bf131aa13898c29fc Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 21 Oct 2019 22:30:24 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4de6bff..65989f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15.2) # 如果你使用别的编译器,请在这里修改 set(CMAKE_CXX_COMPILER /usr/local/bin/g++-9) # 设置工程名称和语言 -project(LIBLBFGS VERSION 1.1.0 LANGUAGES CXX) +project(LIBLBFGS VERSION 1.0.0 LANGUAGES CXX) # 设置安装地址 set(CMAKE_INSTALL_PREFIX /usr/local) # 添加编译选项