Skip to content

Commit

Permalink
Update TCLAP git submodule path
Browse files Browse the repository at this point in the history
  • Loading branch information
afichet committed Jun 14, 2023
1 parent 3cf476f commit b94c41b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "3rdparty/tclap-code"]
path = 3rdparty/tclap-code
url = git://git.code.sf.net/p/tclap/code
[submodule "3rdparty/lodepng"]
path = 3rdparty/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "3rdparty/tclap"]
path = 3rdparty/tclap
url = https://github.com/mirror/tclap.git
1 change: 1 addition & 0 deletions 3rdparty/tclap
Submodule tclap added at 8b35dd
1 change: 0 additions & 1 deletion 3rdparty/tclap-code
Submodule tclap-code deleted from 3d02fe
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ add_definitions("-Wall")
add_definitions("-Dcimg_OS=0")

include_directories(
"3rdparty/tclap-code/include"
"3rdparty/tclap/include"
"3rdparty/lodepng"
)

if ( NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/3rdparty/lodepng/lodepng.cpp"
OR NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/3rdparty/tclap-code/include")
OR NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/3rdparty/tclap/CMakeLists.txt")
message(SEND_ERROR
"Submodules are missing!\n"
"Try running `git submodule update --init --recursive`"
Expand Down

0 comments on commit b94c41b

Please sign in to comment.