forked from pool/NumCpp
20 lines
539 B
Diff
20 lines
539 B
Diff
|
|
||
|
---
|
||
|
test/CMakeLists.txt | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
Index: NumCpp-Version_2.13.0/test/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- NumCpp-Version_2.13.0.orig/test/CMakeLists.txt
|
||
|
+++ NumCpp-Version_2.13.0/test/CMakeLists.txt
|
||
|
@@ -1,7 +1,7 @@
|
||
|
if(BUILD_TESTS)
|
||
|
message(STATUS "Configuring Unit Tests")
|
||
|
- # add_subdirectory(gtest)
|
||
|
- add_subdirectory(pytest)
|
||
|
+ add_subdirectory(gtest)
|
||
|
+ # add_subdirectory(pytest)
|
||
|
endif()
|
||
|
|
||
|
if(BUILD_MULTIPLE_TEST)
|