mirror of https://github.com/openXC7/prjxray.git
Remove cpp14 directive
Signed-off-by: Jeff Goeders <jeff.goeders@gmail.com>
This commit is contained in:
parent
ba4b730f07
commit
8c3296fa2a
|
|
@ -36,8 +36,6 @@ target_include_directories(yaml-cpp PUBLIC
|
|||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third_party/yaml-cpp/include>
|
||||
)
|
||||
|
||||
# Set the CXX standard and compile time for our code only.
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
add_compile_options(-Wall -Werror)
|
||||
|
||||
add_subdirectory(lib)
|
||||
|
|
|
|||
Loading…
Reference in New Issue