CMakeLists.txt: Remove reference to INSTALL_SD_CMAKE
Some checks failed
/ build (pull_request) Has been cancelled
Some checks failed
/ build (pull_request) Has been cancelled
This macro had already been removed by the commit below. Moreover,
in-tree builds are discouraged by CMake.
commit cf18241a16
Author: Xavier Del Campo Romero <xavi.dcr@tutanota.com>
Date: Sat Dec 28 14:13:38 2024 +0100
cmake: Get SD_DATADIR from speed-dreams-data package
This commit is contained in:
parent
6df4b6bf98
commit
48bea8cf25
1 changed files with 0 additions and 7 deletions
|
@ -144,13 +144,6 @@ IF(MSVC)
|
|||
INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/doc/userman/images/ DESTINATION ./doc/images/)
|
||||
ENDIF(MSVC)
|
||||
|
||||
|
||||
# Useful for using an installation of SD as a robot development framework without building it.
|
||||
# Only do for an in source tree build as INSTALL_SD_CMAKE() doesn't seem to use CMAKE_INSTALL_PREFIX
|
||||
IF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
|
||||
INSTALL_SD_CMAKE()
|
||||
ENDIF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
|
||||
|
||||
# Must be the last ADD_SUBDIRECTORY for FIXUP_BUNDLE to work
|
||||
ADD_SUBDIRECTORY(packaging)
|
||||
|
||||
|
|
Loading…
Reference in a new issue