This commit is contained in:
James E McClure
2016-06-04 19:32:23 -04:00

View File

@@ -20,7 +20,7 @@ ENDIF()
# Set the project name
PROJECT( LBPM-WIA )
IF ( NOT CXX_STD )
SET( CXX_STD 98 )
SET( CXX_STD 11 )
ENDIF()