Skip to content

Commit

Permalink
Merge in master version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adesutherland committed Dec 14, 2021
1 parent f830261 commit 5018cfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ cmake_minimum_required(VERSION 3.15.0)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged

# Static runtime
cmake_policy(SET CMP0091 NEW)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded")

project(HercControl VERSION 1.1.0) # V1.1
project(HercControl VERSION 1.1.1)

#include(CTest)
#enable_testing()
Expand Down

0 comments on commit 5018cfd

Please sign in to comment.