Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
6ff7a2ff
Commit
6ff7a2ff
authored
Jul 15, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Merge branch 'develop' of
https://git.rwth-aachen.de/ita/VANet
into develop
parents
8c82ff7a
2f4a32db
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6ff7a2ff
...
...
@@ -6,11 +6,11 @@ list( APPEND CMAKE_MODULE_PATH "$ENV{VISTA_CMAKE_COMMON}" )
include
(
VistaCommon
)
if
(
NOT DEFINED ITA_VANET_VERSION_MAJOR
)
set
(
ITA_VANET_VERSION_MAJOR
"v201
8
"
CACHE STRING
"VANet version major (usually 'v' and year)"
)
set
(
ITA_VANET_VERSION_MAJOR
"v201
9
"
CACHE STRING
"VANet version major (usually 'v' and year)"
)
endif
(
)
if
(
NOT DEFINED ITA_VANET_VERSION_MINOR
)
set
(
ITA_VANET_VERSION_MINOR
"
b
"
CACHE STRING
"VANet version minor (usually a,b,c ...)"
)
set
(
ITA_VANET_VERSION_MINOR
"
a
"
CACHE STRING
"VANet version minor (usually a,b,c ...)"
)
endif
(
)
if
(
NOT DEFINED ITA_VANET_DEFAULT_PORT
)
...
...
src/VANetServerImpl.cpp
View file @
6ff7a2ff
...
...
@@ -894,5 +894,5 @@ void CVANetServerImpl::HandleClientEvent( int iEventID, VistaConnectionIP* pConn
#endif
break
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment