Skip to content

Commit d5c0a52

Browse files
committed
cmake: make build_tests depend on PYWRAP
1 parent f9149b1 commit d5c0a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ macro(ADD_LIB_UNIT_TEST test)
2424
endif(NOT BUILD_TESTING)
2525
endmacro(ADD_LIB_UNIT_TEST)
2626

27+
add_dependencies(build_tests ${PYWRAP})
2728
add_lib_unit_test(matrix)
2829
if(BUILD_TESTING_SCIPY)
2930
find_scipy()

0 commit comments

Comments
 (0)