diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ab4d7b..3e6a2fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,7 @@ execute_process( OUTPUT_STRIP_TRAILING_WHITESPACE ) +## issue the package creation with $make package # which infrastructure do we want set(CPACK_GENERATOR "DEB") pkg_check_modules(rpmBuilder "librpmbuild3") diff --git a/arm_linux_gnueabihf.cmake b/arm_linux_gnueabihf.cmake deleted file mode 100644 index 94a5d0c..0000000 --- a/arm_linux_gnueabihf.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# this one is important -SET(CMAKE_SYSTEM_NAME Linux) - -# specify the cross compiler -SET(CMAKE_C_COMPILER /usr/bin/arm-linux-gnueabihf-gcc) -## for c++ support `install g++-arm-linux-gnueabihf` -#SET(CMAKE_CXX_COMPILER /usr/bin/arm-linux-gnueabihf-g++) - -set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) \ No newline at end of file