Skip to content

Commit 0803017

Browse files
reflect-cpp CI
1 parent d8f7c8f commit 0803017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/traits/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif()
3939
find_package(reflectcpp CONFIG)
4040
if(TARGET reflectcpp::reflectcpp AND (NOT DEFINED CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD GREATER_EQUAL 20))
4141
add_executable(reflect-cpp reflect-cpp.cpp)
42-
target_link_libraries(reflect-cpp PRIVATE jwt-cpp reflectcpp::reflectcpp)
42+
target_link_libraries(reflect-cpp PRIVATE jwt-cpp::jwt-cpp reflectcpp::reflectcpp)
4343

4444
# If the project hasn't set a global standard, request C++20 just for this example.
4545
if(NOT DEFINED CMAKE_CXX_STANDARD)

0 commit comments

Comments
 (0)