Skip to content

Commit eaff076

Browse files
committed
CMake: remove unused version variables
1 parent c997066 commit eaff076

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
22
project(clsocket)
33

4-
# set up versioning.
5-
set(BUILD_MAJOR "1")
6-
set(BUILD_MINOR "4")
7-
set(BUILD_VERSION "3")
8-
94
SET(CLSOCKET_HEADERS
105
src/ActiveSocket.h
116
src/Host.h

0 commit comments

Comments
 (0)