1
0
mirror of https://github.com/aap/librw.git synced 2025-03-11 20:37:18 +00:00
librw/cmake/ps2toolchain/CMakeTestDSMCompiler.cmake

8 lines
158 B
CMake
Raw Normal View History

set(_ASM_COMPILER_WORKS 0)
if(CMAKE_DSM_COMPILER)
set(_DSM_COMPILER_WORKS)
endif()
set(CMAKE_DSM_COMPILER_WORKS ${_DSM_COMPILER_WORKS} CACHE INTERNAL "")