summaryrefslogtreecommitdiff
blob: 9659372b05ea3b835c26f03a7351cd181efd0a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- tests/CMakeLists.txt.orig	2014-02-10 14:25:18.041841087 -0800
+++ tests/CMakeLists.txt	2014-02-10 14:25:40.224975614 -0800
@@ -105,12 +105,6 @@
         )
 endif()
 
-# If installation is requested, install the program
-if (DYND_INSTALL_LIB)
-    install(TARGETS test_libdynd
-        RUNTIME DESTINATION bin)
-endif()
-
 # Compile-time tests: test code that is supposed to produce compile errors
 # I couldn't find a properly specified way to do this, so hacked together
 # this function.