Skip to content

Commit b1161de

Browse files
committed
CmakeLists.txt version fix
1 parent e4423a6 commit b1161de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ INCLUDE( VERSION.cmake )
1919

2020
SET(PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}" )
2121

22+
SET(VERSION_MAJOR "0")
23+
SET(VERSION_MINOR "1")
2224
#SET(CMAKE_BUILD_TYPE Debug)
2325

2426
INCLUDE("cmake/PluginConfigure.cmake")
@@ -44,8 +46,6 @@ SET(SRC_DEV
4446
src/icons.cpp
4547
)
4648

47-
# INCLUDE("cmake/PluginNMEA.cmake")
48-
# INCLUDE("cmake/PluginJSON.cmake")
4949
SET(SRC_NMEA0183
5050
src/nmea0183/LatLong.hpp
5151
src/nmea0183/latlong.cpp
@@ -70,7 +70,9 @@ SET(SRC_NMEA0183
7070
src/nmea0183/gll.cpp
7171
src/nmea0183/gga.hpp
7272
src/nmea0183/gga.cpp
73-
)
73+
)
74+
# INCLUDE("cmake/PluginNMEA.cmake")
75+
# INCLUDE("cmake/PluginJSON.cmake")
7476
INCLUDE_DIRECTORIES(nmea0183)
7577
IF(WIN32)
7678
SET(SRC_JSON

0 commit comments

Comments
 (0)