Skip to content

Commit

Permalink
Removed a redundant comment in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Jan 26, 2025
1 parent 2b6398f commit c3e90a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ foreach(wrapper_lib ${targets})
target_link_libraries(${caw_lib} INTERFACE rt)
endif()

# Targets using these libraries should be compiled with C++11 _at least_,
# but it doesn't seem there's a way to express that at the CMake level

# Additional hacks for facilitating FetchContent use,
# which in particular will let you use the same target names as if you had
# imported them with find_package
Expand Down

0 comments on commit c3e90a5

Please sign in to comment.