Skip to content

Commit

Permalink
Added support for QNX 7.1 build (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: James Choi <chachoi@blackberry.com>
  • Loading branch information
chachoi authored Mar 23, 2023
1 parent 8db2afc commit fd6ac25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ if(NOT foonathan_memory_FOUND)
list(APPEND extra_cmake_args "-DANDROID_TOOLCHAIN_NAME=${ANDROID_TOOLCHAIN_NAME}")
endif()
endif()
if(QNX)
list(APPEND extra_cmake_args "-DCMAKE_SYSTEM_PROCESSOR=${CPUVARDIR}")
endif()
endif()
include(ExternalProject)

Expand Down

0 comments on commit fd6ac25

Please sign in to comment.