Set the cpp-version variable per-project

Set cpp-version in the build.properties of each C++ project, instead of
globally in wpilib.properties.  It's 'current' by default.

Change-Id: I4618131be14390f51763b39aa751aa110f7af56f
This commit is contained in:
Thomas Clark
2014-09-03 16:37:33 -04:00
parent f87c517e6d
commit 2144b853d1

View File

@@ -27,3 +27,6 @@ sim.exe=Simulate/${out}
wpilib.sim=${wpilib}/sim
sim.tools=${wpilib.sim}/tools
sim.lib=${wpilib.sim}/lib
# Use the current C++ library by default
cpp-version=current