Skip to content

Commit

Permalink
Remove C++14 directive (fix conflict with PR #2118)
Browse files Browse the repository at this point in the history
Signed-off-by: Lakira Ashley <[email protected]>
  • Loading branch information
LAK132 committed Jun 13, 2023
1 parent afc4692 commit 66507d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ cmake_minimum_required(VERSION 3.5.0)
project(prjxray)
option(PRJXRAY_BUILD_TESTING "" OFF)

set(CMAKE_CXX_STANDARD 14)

# Add sanitizers-cmake package
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/third_party/sanitizers-cmake/cmake" ${CMAKE_MODULE_PATH})
find_package(Sanitizers)
Expand Down

0 comments on commit 66507d7

Please sign in to comment.