Skip to content

Commit 98de68f

Browse files
committed
[cmake] 1.0.1 version
1 parent 3af638c commit 98de68f

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.0 LANGUAGES C CXX)
8+
project(CCTag VERSION 1.0.1 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)