Skip to content

Commit 755afe7

Browse files
3rdparty CMake variable name fixed
1 parent f1faf48 commit 755afe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project(3rdparty LANGUAGES CXX)
1515
## basic 3rd-party settings before use
1616
################################################################################
1717
# To inherit the top-level architecture when the project is used as a submodule.
18-
SET(PARENT ${PARENT}_VSOURCE_3RDPARTY)
18+
SET(PARENT ${PARENT}_OBJECT_DETECTOR_3RDPARTY)
1919
# Disable self-overwriting of parameters inside included subdirectories.
2020
SET(${PARENT}_SUBMODULE_CACHE_OVERWRITE OFF CACHE BOOL "" FORCE)
2121

0 commit comments

Comments
 (0)