Skip to content

Commit b62597d

Browse files
committed
[cmake] moved version to 1.0.4
1 parent ca7e1ce commit b62597d

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