Browse Source

Fix variable name in FindCITRO3D.cmake

pull/4374/head
staphen 4 years ago committed by Anders Jenbo
parent
commit
0df7fd1dae
  1. 2
      CMake/platforms/ctr/modules/FindCITRO3D.cmake

2
CMake/platforms/ctr/modules/FindCITRO3D.cmake

@ -37,7 +37,7 @@ if(CITRO3D_ROOT)
endif()
# Search below ${DEVKITPRO}, ${DEVKITARM} etc.
set(_CITRO3D_SEARCH_REROOTED
set(_CITRO3D_SEARCH_CMAKE_REROOTED
PATHS / /citro3d /libctru /ctrulib
NO_DEFAULT_PATH
ONLY_CMAKE_FIND_ROOT_PATH)

Loading…
Cancel
Save