summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrTest.cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-05-01 07:45:47 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-05-01 07:45:47 -0700
commitce64630d5ecb1186c6e857e84a51b831f5b86adf (patch)
tree43bcdeded95b802804f9524bb5b10a4e0b7366a5 /cmake/Modules/GrTest.cmake
parent098dc3e01c86cad3d07d5632b674c04d2da65bdf (diff)
parentc354ebdcd895727423ba8d5bf04ee31065f7437a (diff)
Merge branch 'maint'
Diffstat (limited to 'cmake/Modules/GrTest.cmake')
-rw-r--r--cmake/Modules/GrTest.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Modules/GrTest.cmake b/cmake/Modules/GrTest.cmake
index 69df96d4c8..5f90be3326 100644
--- a/cmake/Modules/GrTest.cmake
+++ b/cmake/Modules/GrTest.cmake
@@ -113,7 +113,6 @@ function(GR_ADD_TEST test_name)
execute_process(COMMAND chmod +x ${sh_file})
add_test(${test_name} ${SHELL} ${sh_file})
-
endif(UNIX)
if(WIN32)