2121## * xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx *
2222## ***
2323##
24- ## ====FRONTEND 2 Version: 1.0.124 (corresponds with testplugin 1.0.124 )=============
24+ ## ====FRONTEND 2 Version: 1.0.126 (corresponds with testplugin 1.0.126 )=============
2525##
2626## ----- When changing this file do NOT change the order in which sections occur ----- ##
2727## ----- Changes should only be made between the section blocks that identify where ----- ##
@@ -57,7 +57,8 @@ SET(VERSION_MAJOR "1")
5757SET (VERSION_MINOR "3" )
5858SET (VERSION_PATCH "8" )
5959set (VERSION_TWEAK "2" )
60- set (VERSION_DATE "7/05/2020" )
60+ set (VERSION_DATE "7/14/2020" )
61+
6162set (OCPN_MIN_VERSION "ov50" )
6263set (OCPN_API_VERSION_MAJOR "1" )
6364set (OCPN_API_VERSION_MINOR "16" )
@@ -125,15 +126,15 @@ message(STATUS "${CMLOC}Build type: ${CMAKE_BUILD_TYPE}")
125126
126127project (${PACKAGE} )
127128
129+ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake;" )
128130
129131#===========================================================
130- INCLUDE ( "cmake/ PluginSetup.cmake " )
132+ include ( " PluginSetup" )
131133#===========================================================
132134## ----- The above is used to setup standard variables that are required by the CMAKE process - do not remove ----- ##
133135## ----- Modify section below if there are special requirements for the plugin ----- ##
134136##
135137
136- # Settings and Options
137138set (CMAKE_VERBOSE_MAKEFILE ON )
138139
139140option (Plugin_CXX11 "Use c++11" OFF )
@@ -142,7 +143,7 @@ option(Plugin_CXX11 "Use c++11" OFF)
142143## ----- Modify section above if there are special requirements for the plugin ----- ##
143144## ----- do not change next section - needed to configure build process ----- ##
144145#===========================================================
145- INCLUDE ( "cmake/ PluginConfigure.cmake " )
146+ include ( " PluginConfigure" )
146147#===========================================================
147148## ----- do not change section above - needed to configure build process ----- ##
148149## ----- Change below to match project requirements for source, headers, etc. ----- ##
@@ -304,9 +305,9 @@ ENDIF(TINYXML_FOUND)
304305## ----- Do not change - needed to build app ----- ##
305306##
306307
307- include ("cmake/ PluginInstall.cmake " )
308- include ("cmake/ PluginLocalization.cmake " )
309- include ("cmake/ PluginPackage.cmake " )
308+ include ("PluginInstall" )
309+ include ("PluginLocalization" )
310+ include ("PluginPackage" )
310311
311312##
312313## ----- do not change section above - needed to configure build process ----- ##
0 commit comments