Skip to content

Commit

Permalink
declare C++14 as required for building
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Jun 7, 2023
1 parent ec21d9d commit 71f0453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ include(CommonCppFlags)
#-------------------------------------------------------------------------------------------
file(GLOB EASTL_SOURCES "source/*.cpp")
add_library(EASTL ${EASTL_SOURCES})
target_compile_features(EASTL PUBLIC cxx_std_14)

if(EASTL_BUILD_BENCHMARK)
add_subdirectory(benchmark)
Expand Down Expand Up @@ -49,4 +50,3 @@ target_include_directories(EASTL PUBLIC include)
# Dependencies
#-------------------------------------------------------------------------------------------
target_link_libraries(EASTL EABase)

0 comments on commit 71f0453

Please sign in to comment.