Skip to content

Commit

Permalink
Add version 1.0.0 to cmake project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-1000 authored and enwi committed Mar 24, 2021
1 parent b0de859 commit a78f457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
# Add cmake dir to module path, so Find*.cmake can be found
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

project(hueplusplus LANGUAGES CXX)
project(hueplusplus VERSION 1.0.0 LANGUAGES CXX)

# check whether hueplusplus is compiled directly or included as a subdirectory
if(NOT DEFINED hueplusplus_master_project)
Expand Down

0 comments on commit a78f457

Please sign in to comment.