Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 10, 2024
1 parent c9331a2 commit eb88b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_executable(test-rsl
static_vector.cpp
strong_type.cpp)
if(NOT MSVC)
target_sources(test-rsl try.cpp)
target_sources(test-rsl PRIVATE try.cpp)
endif()
target_link_libraries(test-rsl PRIVATE
rsl::rsl
Expand Down

0 comments on commit eb88b58

Please sign in to comment.