mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
e592e6b4f2
cmake 3.19 complained about Line 49: > CMake Error at examples/CMakeLists.txt:49 (target_link_libraries): > The keyword signature for target_link_libraries has already been used with > the target "basic_example". All uses of target_link_libraries with a > target must be either all-keyword or all-plain. > > The uses of the keyword signature are here: > > * examples/CMakeLists.txt:46 (target_link_libraries) The reason is the missing keyword PRIVATE/INTERFACE/PUBLIC in the offending line. This edit fixes this. |
||
---|---|---|
.. | ||
ssl | ||
websocket | ||
CMakeLists.txt | ||
example_chat.cpp | ||
example_chat.html | ||
example_compression.cpp | ||
example_static_file.cpp | ||
example_test.py | ||
example_vs.cpp | ||
example_with_all.cpp | ||
example.cpp | ||
example.py | ||
helloworld.cpp |