File: TestError.cmake

package info (click to toggle)
mlpack 4.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,064 kB
  • sloc: cpp: 233,202; python: 1,940; sh: 1,201; lisp: 414; makefile: 85
file content (3 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
# A very simple script to issue an error if the mlpack_test target is not
# defined.
message(FATAL_ERROR "To build the mlpack_test target, reconfigure CMake with the BUILD_TESTS option set to ON!  (i.e. `cmake -DBUILD_TESTS=ON ../`)")