Skip to content

Commit

Permalink
fixing build issues on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ccifra committed Oct 6, 2021
1 parent 3512e4e commit 15b6d14
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5.1)
project(labview-grpc-server C CXX)

if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
else()
add_definitions(-D_WIN32_WINNT=0x600)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4267 /wd4244")
Expand Down
File renamed without changes.

0 comments on commit 15b6d14

Please sign in to comment.