Skip to content

Commit

Permalink
MAINT: fix compile errors with MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddkiva committed Dec 10, 2023
1 parent 333a31c commit 01521c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/test/Sara/KalmanFilter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ foreach (file ${test_SOURCE_FILES})
SOURCES ${file}
DEPENDENCIES DO::Sara::Core
FOLDER KalmanFilter)
target_compile_options(${filename} PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/utf-8>)
endforeach ()
3 changes: 2 additions & 1 deletion cpp/test/Sara/MultipleObjectTracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ foreach (file ${test_SOURCE_FILES})
NAME ${filename}
SOURCES ${file}
DEPENDENCIES DO::Sara::Core
FOLDER RANSAC)
FOLDER MultipleObjectTracking)
target_compile_options(${filename} PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/utf-8>)
endforeach ()

0 comments on commit 01521c2

Please sign in to comment.