Skip to content

Commit 0a6e99c

Browse files
committed
[cmake] update lib version to 1.0.2
1 parent 5f48c81 commit 0a6e99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
55

66
include(ExternalProject)
77

8-
project(CCTag VERSION 1.0.1 LANGUAGES C CXX)
8+
project(CCTag VERSION 1.0.2 LANGUAGES C CXX)
99

1010
# Set build path as a folder named as the platform (linux, windows, darwin...) plus the processor type
1111
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")

0 commit comments

Comments
 (0)