summaryrefslogtreecommitdiff
path: root/CMake/macros.cmake
diff options
context:
space:
mode:
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)
#######################################################################