Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit d0e22dc

Browse files
committed
Switched compile flags back from mac specific to normal
1 parent 5583f2f commit d0e22dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include)
4242
set(CMAKE_BUILD_TYPE "Release")
4343

4444
# enable C++11
45-
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Wall")
46-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++11 -Wall")
45+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Wall")
46+
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++11 -Wall")
4747

4848
# Configure the use of QT4
4949
find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED QUIET)

0 commit comments

Comments
 (0)