mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-23 01:37:20 -05:00
8 lines
316 B
CMake
8 lines
316 B
CMake
message(DEPRECATION
|
|
"The functionality provided by wut.cmake has moved to devkitPro CMake. "
|
|
"Please remove the corresponding include() in your CMakeLists.txt. "
|
|
"devkitPro CMake for Wii U can be invoked with the following wrapper script:\n"
|
|
""
|
|
"/opt/devkitpro/portlibs/wiiu/bin/powerpc-eabi-cmake"
|
|
)
|