Commit 2fee5d2a authored by Wieland Morgenstern's avatar Wieland Morgenstern

fix LIB_TESTS CMake variable

parent 1439edeb
...@@ -890,7 +890,7 @@ add_subdirectory(samples/depth) ...@@ -890,7 +890,7 @@ add_subdirectory(samples/depth)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# libvideostitch unit tests # libvideostitch unit tests
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
if(LIB_TESTS) if(BUILD_LIB_TESTS)
add_subdirectory(src/test) add_subdirectory(src/test)
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment