We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f48c81 commit 0a6e99cCopy full SHA for 0a6e99c
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
5
6
include(ExternalProject)
7
8
-project(CCTag VERSION 1.0.1 LANGUAGES C CXX)
+project(CCTag VERSION 1.0.2 LANGUAGES C CXX)
9
10
# Set build path as a folder named as the platform (linux, windows, darwin...) plus the processor type
11
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
0 commit comments