Skip to content

Commit

Permalink
fix app dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 22, 2016
1 parent 9c979ed commit ee78688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/graphslam-engine/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ INCLUDE(../../cmakemodules/AssureCMakeRootFile.cmake) # Avoid user mistake in CM
# Run with "cmake ." at the root directory
#-----------------------------------------------------------------

IF(BUILD_mrpt-graphslam)
#-------------------------------------------------------------------------------
# Declare a new CMake Project:
#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -45,3 +46,4 @@ DeclareAppDependencies(${PROJECT_NAME}
)

DeclareAppForInstall(${PROJECT_NAME})
ENDIF() #BUILD_mrpt-graphslam

0 comments on commit ee78688

Please sign in to comment.