Permalink
Browse files
fixed all issues that Elias pointed out
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
libcaer_catkin/CMakeLists.txt
|
|
@@ -11,7 +11,7 @@ file(MAKE_DIRECTORY ${CATKIN_DEVEL_PREFIX}/include/libcaer) |
|
|
|
|
|
ExternalProject_Add(libcaer_src
|
|
|
GIT_REPOSITORY https://github.com/inilabs/libcaer.git
|
|
|
- GIT_TAG dc2e8fdb88d40f27f80bb2723d439574efc63a0e
|
|
|
+ GIT_TAG 2.2.0
|
|
|
UPDATE_COMMAND ""
|
|
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CATKIN_DEVEL_PREFIX} -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS=ON
|
|
|
BUILD_COMMAND make
|
|
|
|
0 comments on commit
aca281f