From 6a0df39e3969d490d8c5ead4e3aaf76ae9d67fe2 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周二, 27 5月 2025 17:03:57 +0800 Subject: [PATCH] update ignore --- CMakeLists.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ce4e3d..9dc35a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_policy(SET CMP0048 NEW) #cmake_policy(SET CMP0091 NEW) project (licensecc - VERSION 2.0.0 + VERSION 2.1.0 LANGUAGES CXX) set(PROJECT_DESCRIPTION "Copy protection and licensing library") @@ -131,7 +131,6 @@ message( STATUS "Project base dir : " ${LCC_PROJECTS_BASE_DIR}/${LCC_PROJECT_NAME} ) add_subdirectory(src) - #boost is required only for tests #bug in cmake win32 - can't find boost compiled with mingw if(WIN32 AND "x${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}" STREQUAL "x") -- Gitblit v1.9.1