summaryrefslogtreecommitdiff
path: root/CMake/macros.cmake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-04-10 15:50:59 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-04-10 15:50:59 +0000
commitce76b65e55fb809c3fdf29e88711bb290490b195 (patch)
treecb6ac8b3d02229c9ff763c21d109a125908c8778 /CMake/macros.cmake
parentbd8ab76cb050047c921946662440260efc0706b7 (diff)
CMake: Remove installation of example programs (STR #3194).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10695 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CMake/macros.cmake')
-rw-r--r--CMake/macros.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMake/macros.cmake b/CMake/macros.cmake
index ef45bc034..b2015123d 100644
--- a/CMake/macros.cmake
+++ b/CMake/macros.cmake
@@ -145,11 +145,6 @@ macro(CREATE_EXAMPLE NAME SOURCES LIBRARIES)
target_link_libraries(${tname} ${X11_Xinerama_LIB})
endif(HAVE_XINERAMA)
- # install the example
- install(TARGETS ${tname}
- DESTINATION ${FLTK_EXAMPLES_PATH}
- )
-
endmacro(CREATE_EXAMPLE NAME SOURCES LIBRARIES)
#######################################################################