CMake/Tutorials/C++11Flags: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 April 2018

24 April 2018

21 September 2012

  • curprev 15:2715:27, 21 September 2012Daviddoria talk contribs 207 bytes +207 Created page with "<source lang=cmake> cmake_minimum_required(VERSION 2.6) PROJECT(Test) if(UNIX) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++0x") endif() # MSVC does not require..."