PVReaders: Update C++ standard specification to 11
This commit is contained in:
parent
3fba921563
commit
d09b89d0b2
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ INCLUDE_DIRECTORIES(
|
|||
)
|
||||
|
||||
ADD_DEFINITIONS(
|
||||
-std=c++0x
|
||||
-std=c++11
|
||||
-DWM_$ENV{WM_PRECISION_OPTION}
|
||||
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ INCLUDE_DIRECTORIES(
|
|||
)
|
||||
|
||||
ADD_DEFINITIONS(
|
||||
-std=c++0x
|
||||
-std=c++11
|
||||
-DWM_$ENV{WM_PRECISION_OPTION}
|
||||
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue