Skip to content

Commit 8b1a1e7

Browse files
fix typo
1 parent b106294 commit 8b1a1e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/traits/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ endif()
3838
find_package(glaze CONFIG)
3939
if(TARGET glaze::glaze)
4040
add_executable(glaze-json glaze-json.cpp)
41-
target_compile_features(jwt-cpp-test PRIVATE cxx_std_23)
41+
target_compile_features(glaze-json PRIVATE cxx_std_23)
4242
target_link_libraries(glaze-json glaze::glaze jwt-cpp::jwt-cpp)
4343
endif()
4444

45-
find_package(reflectcpp-json CONFIG)
45+
find_package(reflectcpp CONFIG)
4646
if(TARGET reflectcpp::reflectcpp)
4747
add_executable(reflectcpp-json reflectcpp-json.cpp)
4848
target_compile_features(reflectcpp-json PRIVATE cxx_std_20)

0 commit comments

Comments
 (0)