Skip to content

Commit bde8697

Browse files
author
gabriel pettier
committed
remove bad patch that apparently prevented the thing to build
1 parent 6df3303 commit bde8697

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

recipes/task/CMakeLists.txt.patch

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@
1111
add_library (task STATIC ${task_SRCS})
1212
add_executable (task_executable main.cpp)
1313
add_executable (calc_executable calc.cpp)
14-
@@ -64,6 +64,9 @@
15-
set_property (TARGET calc_executable PROPERTY OUTPUT_NAME "calc")
16-
set_property (TARGET lex_executable PROPERTY OUTPUT_NAME "lex")
17-
18-
#SET(CMAKE_BUILD_TYPE gcov)
19-
#SET(CMAKE_CXX_FLAGS_GCOV "--coverage")
20-
#SET(CMAKE_C_FLAGS_GCOV "--coverage")

0 commit comments

Comments
 (0)