Skip to content

Commit 4363501

Browse files
committed
[cmake] Add missing dependency: TrackMathCore.h includes SMatrix.h
1 parent b02364e commit 4363501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/mathcore/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(TrackMathCoreUnitDict
6060
NO_SOURCES
6161
HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/stress/TrackMathCore.h
6262
LINKDEF stress/TrackMathCoreLinkDef.h
63-
DEPENDENCIES Core MathCore RIO GenVector)
63+
DEPENDENCIES Core MathCore RIO GenVector Smatrix)
6464

6565
if(MSVC)
6666
add_custom_command(TARGET TrackMathCoreUnitDict POST_BUILD

0 commit comments

Comments
 (0)