Browse Source

libs/shapelib: Skip installing executables

.. which don't exist. The whole CMake file is a mess actually.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
QGC4.4
Thomas Karl Pietrowski 4 years ago committed by Patrick José Pereira
parent
commit
c2bc9f758f
  1. 1
      libs/shapelib/CMakeLists.txt

1
libs/shapelib/CMakeLists.txt

@ -189,7 +189,6 @@ foreach(executable ${executables}) @@ -189,7 +189,6 @@ foreach(executable ${executables})
get_target_property(${executable}_LOC ${executable} LOCATION)
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/script.sed "s?\\./${executable}?${${executable}_LOC}?\n")
endif(BUILD_TEST)
install(TARGETS ${executable} DESTINATION ${CMAKE_INSTALL_BINDIR})
endforeach(executable ${executables})
# Install header

Loading…
Cancel
Save