Skip to content

Commit

Permalink
cmake: remove assignments that are already in the toolchain files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyxogen committed Jan 19, 2024
1 parent 0a00d55 commit 9db28dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtimes/CheerpCmakeConf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ set(LIBCXXABI_ENABLE_THREADS OFF CACHE BOOL "")
set(LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX OFF CACHE BOOL "")
set(LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXXABI OFF CACHE BOOL "")
set(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS ON CACHE BOOL "")
set(CMAKE_C_COMPILER "${CHEERP_PREFIX}/bin/clang" CACHE STRING "")
set(CMAKE_CXX_COMPILER "${CHEERP_PREFIX}/bin/clang++" CACHE STRING "")
set(CMAKE_LINKER "${CHEERP_PREFIX}/bin/llvm-link" CACHE STRING "")
set(CMAKE_SYSTEM_NAME "Cheerp" CACHE INTERNAL "")

0 comments on commit 9db28dc

Please sign in to comment.