summaryrefslogtreecommitdiff
path: root/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
blob: 5c514ea29f27f890fe6b14cc5e2963bb82e9c7d3 (plain)
1
2
3
4
5
6
7
set(_ASM_COMPILER_WORKS 0)

if(CMAKE_DSM_COMPILER)
  set(_DSM_COMPILER_WORKS)
endif()

set(CMAKE_DSM_COMPILER_WORKS ${_DSM_COMPILER_WORKS} CACHE INTERNAL "")