Removed bug in Hyperion.cpp and warning in TestRs232HighSpeed.cpp

Former-commit-id: 63e992a3590db5a4e2c8d121b08291588f347ac7
This commit is contained in:
T. van der Zwan
2013-12-28 08:41:23 +01:00
parent b63fdb0333
commit 47d3f475ed
3 changed files with 5 additions and 4 deletions

View File

@@ -42,7 +42,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include)
set(CMAKE_BUILD_TYPE "Release")
# enable C++11
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Wall")
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++11 -Wall")
# Configure the use of QT4
find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED QUIET)