We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c997066 commit eaff076Copy full SHA for eaff076
CMakeLists.txt
@@ -1,11 +1,6 @@
1
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
2
project(clsocket)
3
4
-# set up versioning.
5
-set(BUILD_MAJOR "1")
6
-set(BUILD_MINOR "4")
7
-set(BUILD_VERSION "3")
8
-
9
SET(CLSOCKET_HEADERS
10
src/ActiveSocket.h
11
src/Host.h
0 commit comments