Skip to content

Commit

Permalink
Fixed issue around Could NOT find MPI (missing: MPI_C_FOUND C)
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts authored and marip8 committed Jan 4, 2024
1 parent 1a77944 commit cd959a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noether_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5.1)
find_package(ros_industrial_cmake_boilerplate REQUIRED)
extract_package_metadata(pkg)

project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES CXX)
project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES C CXX)

find_package(Eigen3 REQUIRED)
find_package(Boost REQUIRED COMPONENTS program_options)
Expand Down

0 comments on commit cd959a2

Please sign in to comment.