tags 1103318 patch
thanks
Hi. The attached patch might fix this issue, but in this case I'm not
making any team upload because I still need a good explanation of why
it works (I'm no cmake expert, sorry).
If you can fill the gaps and make the upload, it would be great.
Cc to Andreas as the the Uploader in control field and Nilesh as
the person who uploaded the package the last time.
Thanks.
--- pftools-3.2.12.orig/CMakeLists.txt
+++ pftools-3.2.12/CMakeLists.txt
@@ -424,9 +424,9 @@ IF (NOT EXISTS "${TESTS_DIRECTORY}" )
FILE(MAKE_DIRECTORY "${TESTS_DIRECTORY}" )
ENDIF (NOT EXISTS "${TESTS_DIRECTORY}" )
-IF(BUILD_TESTING)
+# IF(BUILD_TESTING)
ADD_SUBDIRECTORY(tests)
-ENDIF(BUILD_TESTING)
+# ENDIF(BUILD_TESTING)
ENABLE_TESTING()
ADD_SUBDIRECTORY( "${TESTS_DIRECTORY}/examples" )