Skip to content

Commit 6d17a22

Browse files
authored
Merge pull request #4 from owenlyn0123/patch-1
Update CMakeLists.txt
2 parents 35024ef + 76170cf commit 6d17a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required (VERSION 2.6)
22
project (BarcodeReader)
33
MESSAGE( STATUS "PROJECT_NAME: " ${PROJECT_NAME} )
4+
SET(CMAKE_CXX_FLAGS "-std=c++11 -O3")
45

56
# The version number.
67
set(BarcodeReader_VERSION_MAJOR 8)

0 commit comments

Comments
 (0)