Skip to content

Commit 79e48ad

Browse files
author
Fytch
committed
fix submodule path in CMakeLists.txt
1 parent 908d2b8 commit 79e48ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(PROGRAMOPTIONS_NOT_SUBPROJECT)
3636
endif()
3737

3838
if(PROGRAMOPTIONS_BUILD_TEST)
39-
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/ext/Catch2")
39+
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/third_party/Catch2")
4040

4141
file(GLOB_RECURSE test_src test/*.cxx)
4242
add_executable(Test ${test_src})

0 commit comments

Comments
 (0)