Skip to content

Commit

Permalink
[nasa/nos3#352] Fix cross-compiling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 19, 2024
1 parent 1ea3567 commit 19c5fef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ else()
list(APPEND LIB_SRC_FILES ${MARIADB_FILES})
endif()

if(NOT CMAKE_CROSSCOMPILING)
install(TARGETS cryptolib
RUNTIME_DEPENDENCIES
# Other dependencies here)
else()
install(TARGETS cryptolib)
endif()

# Create the app module
if(DEFINED CFE_SYSTEM_PSPNAME)
set(CMAKE_INSTALL_RPATH "./${INSTALL_SUBDIR}")
Expand Down

0 comments on commit 19c5fef

Please sign in to comment.