You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ project(CtrBootManager)
3
3
enable_language(ASM)
4
4
5
5
#set(CMAKE_VERBOSE_MAKEFILE on)
6
-
set(NETLOAD_IP "172.20.138.8")
6
+
set(NETLOAD_IP "192.168.1.14")
7
7
8
8
# Note that you must copy the cmake folder and the DevkitArm3DS.cmake file in this directory
9
9
list(APPENDCMAKE_MODULE_PATH${CMAKE_CURRENT_LIST_DIR}/cmake) # Add the cmake folder to the modules paths, so that we can use the tools and find_package for ctrulib
0 commit comments