mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user