tests binary dir fix

This commit is contained in:
2020-08-03 11:10:05 +03:00
parent e8a066abcd
commit 22208fbf51
2 changed files with 4 additions and 0 deletions

View File

@@ -224,6 +224,7 @@ if (DEFINED LIBPROJECT)
endif()
if (TESTS)
set(PIP_ROOT_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}")
add_subdirectory(tests)
endif()