Files
mlpack/CMake/TestError.cmake
T
2022-11-21 05:08:20 +01:00

4 lines
235 B
CMake

# 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 ../`)")