File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,11 @@ SET(EXECUTABLE_OUTPUT_PATH ${MY_DIR}/bin)
20
20
#set the default path for built libraries to the "lib" directory
21
21
SET (LIBRARY_OUTPUT_PATH ${MY_DIR} /lib)
22
22
23
- # dependencies
24
- FIND_PACKAGE (OpenCV REQUIRED)
25
-
26
23
FIND_PACKAGE (OpenCL)
27
24
28
- <<<<<<< HEAD
29
- if (OPENMP_FOUND)
30
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS} " )
31
- endif ()
32
-
33
- FIND_PACKAGE (OpenCL)
25
+ # dependencies
26
+ FIND_PACKAGE (OpenCV REQUIRED)
34
27
35
- =======
36
- >>>>>>> cleaned up CMakeLists.txt. Removed c++11 dependency.
37
28
# OpenCV
38
29
INCLUDE_DIRECTORIES (${OpenCV_INCLUDE_DIR} )
39
30
@@ -66,21 +57,8 @@ if(APPLE)
66
57
endif ()
67
58
68
59
SET (RESOURCES_INC_FILE "${MY_DIR} /src/resources.inc" )
69
- <<<<<<< HEAD
70
-
71
- <<<<<<< HEAD
72
- SET (SOURCES
73
- =======
74
- INCLUDE_DIRECTORIES ("${MY_DIR} /include" )
75
-
76
- ADD_DEFINITIONS (-DRESOURCES_INC)
77
- ADD_LIBRARY (freenect2 SHARED
78
- src/opengl.cpp
79
- >>>>>>> cleaned up CMakeLists.txt. Removed c++11 dependency.
80
- =======
81
60
82
61
SET (SOURCES
83
- >>>>>>> fixing compilation if opencl is not available
84
62
src/transfer_pool.cpp
85
63
src/event_loop.cpp
86
64
You can’t perform that action at this time.
0 commit comments