Skip to content

Commit

Permalink
Merge pull request #36 from dillionverma/feature/bump-cxx-version
Browse files Browse the repository at this point in the history
🔨 build: Update CXX standard to 14
  • Loading branch information
k-matsuzawa authored May 20, 2022
2 parents a9ccbcd + 12aa3d6 commit ed58165
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 @@ -557,7 +557,7 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/nodejs_wrap.cc
)
endif()

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
add_library(${NODE_LIBRARY_NAME} SHARED)
target_sources(${NODE_LIBRARY_NAME}
PRIVATE
Expand Down

0 comments on commit ed58165

Please sign in to comment.