diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-08-30 10:48:28 (GMT) |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-08-30 10:48:28 (GMT) |
commit | 7529c8aa05c281d51db4e22a533d9b201f461993 (patch) | |
tree | c0b6f0135c30bf200939e05d9a25552e1217fff5 /googletest/cmake | |
parent | dae044d4b9869db985f32eeec78889440f646fb7 (diff) | |
download | googletest-7529c8aa05c281d51db4e22a533d9b201f461993.zip googletest-7529c8aa05c281d51db4e22a533d9b201f461993.tar.gz googletest-7529c8aa05c281d51db4e22a533d9b201f461993.tar.bz2 |
remove obsolete comment regarding python tests on linux
Diffstat (limited to 'googletest/cmake')
-rw-r--r-- | googletest/cmake/internal_utils.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/googletest/cmake/internal_utils.cmake b/googletest/cmake/internal_utils.cmake index f0f54d0..fb1fb68 100644 --- a/googletest/cmake/internal_utils.cmake +++ b/googletest/cmake/internal_utils.cmake @@ -236,8 +236,6 @@ endfunction() # creates a Python test with the given name whose main module is in # test/name.py. It does nothing if Python is not installed. function(py_test name) - # We are not supporting Python tests on Linux yet as they consider - # all Linux environments to be google3 and try to use google3 features. if (PYTHONINTERP_FOUND) # ${CMAKE_BINARY_DIR} is known at configuration time, so we can # directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known |