cmake: Specify -std=c++11
authorAdam Jackson <ajax@redhat.com>
Tue, 23 Jun 2015 19:33:48 +0000 (15:33 -0400)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 17 Jul 2015 16:05:24 +0000 (10:05 -0600)
commitb4f1049c83b0c7f699dc2c775c96afc701346bd5
tree553c6c5da31880af1aa5926b7f8595336728997b
parentdfd557c9379fe8830147bc729a39c6e5b80b4403
cmake: Specify -std=c++11

gcc 5.1 will complain (and refuse to compile) if you use 'auto' in the
C++11 sense but haven't asked for C++11.
CMakeLists.txt