Skip to content

Commit

Permalink
Use carma subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
TNonet committed May 22, 2022
1 parent d34db1a commit f7abda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PROJECT(${MODNAME})
ADD_SUBDIRECTORY(external/pybind11)
FIND_PACKAGE(Armadillo REQUIRED)
FIND_PACKAGE(Python3 COMPONENTS Interpreter Development NumPy REQUIRED)
# ADD_SUBDIRECTORY(external/carma)
FIND_PACKAGE(carma CONFIG REQUIRED)
ADD_SUBDIRECTORY(external/carma)
# FIND_PACKAGE(carma CONFIG REQUIRED)
# ##############################################################################
# EXECUTABLE #
# ##############################################################################
Expand Down

0 comments on commit f7abda3

Please sign in to comment.