Disable INSTALL_SD_CMAKE() for non-Linux platforms as it installs to the source directory

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7528 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5b73c0f63c6408fba6b050b8bf1883685e0d65bf
Former-commit-id: 8c8a70d42c898050ea178f546ccfb0da026b5c7c
This commit is contained in:
beaglejoe 2021-05-25 17:15:54 +00:00
parent f7524b3600
commit cc94fba714

View file

@ -205,8 +205,10 @@ IF(MSVC)
ENDIF(MSVC)
# Usefull for using an installation of SD as a robot development framework without building it.
INSTALL_SD_CMAKE()
# Useful for using an installation of SD as a robot development framework without building it.
IF(LINUX)
INSTALL_SD_CMAKE()
ENDIF(LINUX)
# Must be the last ADD_SUBDIRECTORY for FIXUP_BUNDLE to work
ADD_SUBDIRECTORY(packaging)