Skip to content

Commit 987dbb0

Browse files
committed
Remove versioning from CMake file
1 parent 8ef0819 commit 987dbb0

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222

2323
cmake_minimum_required(VERSION 3.0.4)
24-
project(pc_fancontrol VERSION 1.0)
24+
project(pc_fancontrol VERSION 1.0.1)
2525

2626
# WIN64 is included in WIN32
2727
if (WIN32)

src/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ include_directories(
3434

3535
add_subdirectory(yaml-cpp)
3636

37-
configure_file(appUtils.h.in appUtils.h @ONLY)
38-
3937
function(collect_sources SOURCE_FOLDER SRC_LIST_OUT)
4038
set(SRC_LIST)
4139
file(GLOB_RECURSE SRC_LIST
@@ -47,7 +45,6 @@ function(collect_sources SOURCE_FOLDER SRC_LIST_OUT)
4745
list(REMOVE_ITEM SRC_LIST ${src_file})
4846
endif()
4947
endforeach()
50-
message(STATUS ${SRC_LIST})
5148

5249
set(${SRC_LIST_OUT} ${SRC_LIST} PARENT_SCOPE)
5350
endfunction()

src/appUtils.h.in

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)