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 e757b44 commit 44ed2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ include(CommonCppFlags)
#-------------------------------------------------------------------------------------------
file(GLOB EASTL_SOURCES "source/*.cpp")
add_library(EASTL ${EASTL_SOURCES})
target_compile_features(EASTL PUBLIC cxx_std_14)

if (MSVC)
set(EASTL_NATVIS_DIR "doc")
Expand Down

0 comments on commit 44ed2e2

Please sign in to comment.