Skip to content

Commit

Permalink
fix C++ version issue of CppUnitLite
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Aug 25, 2024
1 parent 46765ec commit d20993f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CppUnitLite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ file(GLOB cppunitlite_src "*.cpp")
add_library(CppUnitLite STATIC ${cppunitlite_src} ${cppunitlite_headers})
list(APPEND GTSAM_EXPORTED_TARGETS CppUnitLite)
set(GTSAM_EXPORTED_TARGETS "${GTSAM_EXPORTED_TARGETS}" PARENT_SCOPE)
target_compile_features(CppUnitLite PUBLIC ${GTSAM_COMPILE_FEATURES_PUBLIC})

gtsam_assign_source_folders("${cppunitlite_headers};${cppunitlite_src}") # MSVC project structure

Expand Down

0 comments on commit d20993f

Please sign in to comment.