Skip to content

Commit

Permalink
[CMake] disable test for now
Browse files Browse the repository at this point in the history
it is failing with:
unknown location(0): fatal error: in "BOOST_TEST_MODULE/test_simpleseqplay": dynamicgraph::ExceptionSignal: In SignalPtr: SIN ptr not set. (in signal <SimpleSeqPlay(simpleseqplay)::input(vector)::currentPosture>)
  • Loading branch information
nim65s committed Mar 19, 2020
1 parent d3b0f5e commit a4865c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)

ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(tests)
#ADD_SUBDIRECTORY(tests)

PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
Expand Down

0 comments on commit a4865c1

Please sign in to comment.