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 3af638c commit 98de68fCopy full SHA for 98de68f
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
5
6
include(ExternalProject)
7
8
-project(CCTag VERSION 1.0.0 LANGUAGES C CXX)
+project(CCTag VERSION 1.0.1 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