Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Apr 20, 2018
1 parent 1944f16 commit 7f68860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/motionAnalyzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ if(MATIO_FOUND AND HDF5_FOUND)
source_group("IDL Files" FILES src/idl.thrift)
source_group("DOC Files" FILES ${PROJECT_NAME}.xml)

MESSAGE( STATUS "HDF5_INCLUDE_DIR: " ${HDF5_INCLUDE_DIR} )
MESSAGE( STATUS "HDF5_LIBRARIES: " ${HDF5_LIBRARIES} )
message(STATUS "HDF5_INCLUDE_DIR: " ${HDF5_INCLUDE_DIR})
message(STATUS "HDF5_LIBRARIES: " ${HDF5_LIBRARIES})

add_definitions(-D_USE_MATH_DEFINES)
include_directories(${PROJECT_SOURCE_DIR}/include ${YARP_INCLUDE_DIRS} ${MATIO_INCLUDE_DIR} ${HDF5_INCLUDE_DIR})
Expand Down

0 comments on commit 7f68860

Please sign in to comment.