diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-03-01 18:07:58 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-03-01 18:07:58 +0000 |
commit | 4a05f69a06aec07bf83f98981eac6f07babbc4e0 (patch) | |
tree | a1d508c643f6a621ad0debf730915a939d537459 /noetic-llama/src/ollamawrapper/CMakeLists.txt | |
parent | 18d594e73c67a54b2d46fe8d520bbbca3927f8b2 (diff) | |
download | noetic-llama-4a05f69a06aec07bf83f98981eac6f07babbc4e0.tar.gz noetic-llama-4a05f69a06aec07bf83f98981eac6f07babbc4e0.zip |
Changed build system
Diffstat (limited to 'noetic-llama/src/ollamawrapper/CMakeLists.txt')
-rw-r--r-- | noetic-llama/src/ollamawrapper/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noetic-llama/src/ollamawrapper/CMakeLists.txt b/noetic-llama/src/ollamawrapper/CMakeLists.txt index 4533887..82b4be4 100644 --- a/noetic-llama/src/ollamawrapper/CMakeLists.txt +++ b/noetic-llama/src/ollamawrapper/CMakeLists.txt @@ -21,7 +21,7 @@ find_package(catkin REQUIRED COMPONENTS ## Uncomment this if the package has a setup.py. This macro ensures ## modules and global scripts declared therein get installed ## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html -# catkin_python_setup() +catkin_python_setup() ################################################ ## Declare ROS messages, services and actions ## |