Package: crrcsim / 0.9.13-3.1

02-file-missing.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
Author: Agustin Henze <tin@sluc.org.ar>
Description: Fix file missing.
--- a/src/mod_math/CMakeLists.txt
+++ b/src/mod_math/CMakeLists.txt
@@ -15,6 +15,3 @@
 
 add_executable       (quat_test quat_test.cpp )
 target_link_libraries(quat_test mod_math)
-
-add_executable       (m44_test m44_test.cpp)
-target_link_libraries(m44_test mod_math)