File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,4 @@ function (FASTTYPEGEN_TARGET Name)
31
31
set ("FASTTYPEGEN_${Name} _OUTPUTS" "${FASTTYPEGEN_${Name} _OUTPUTS}" PARENT_SCOPE )
32
32
set ("FASTTYPEGEN_${Name} _DEFINED" TRUE PARENT_SCOPE )
33
33
set ("FASTTYPEGEN_${Name} _INPUTS" "${ARGN} " PARENT_SCOPE )
34
- endfunction (FASTTYPEGEN_TARGET )
35
-
36
- get_target_property (mfast_cxx mfast_static CXX_STANDARD )
37
- message ("mfast CXX_STANDARD = ${mfast_cxx} " )
34
+ endfunction (FASTTYPEGEN_TARGET )
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ set(CMAKE_CXX_STANDARD 11 CACHE INTERNAL "specifies the C++ standard whose featu
4
4
set (CMAKE_CXX_STANDARD_REQUIRED ON )
5
5
if (NOT "${CMAKE_CXX_COMPILER_ID} " STREQUAL "MSVC" )
6
6
### Even though CMAKE_CXX_STANDARD_REQUIRED is supported since CMake 3.1, it doesn't work for Emscripten em++ together with
7
- ### Cmake 3.6.
8
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c ++${CMAKE_CXX_STANDARD} " )
7
+ ### Cmake 3.6.
8
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu ++${CMAKE_CXX_STANDARD} " )
9
9
endif ()
You can’t perform that action at this time.
0 commit comments