We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b106294 commit 8b1a1e7Copy full SHA for 8b1a1e7
1 file changed
example/traits/CMakeLists.txt
@@ -38,11 +38,11 @@ endif()
38
find_package(glaze CONFIG)
39
if(TARGET glaze::glaze)
40
add_executable(glaze-json glaze-json.cpp)
41
- target_compile_features(jwt-cpp-test PRIVATE cxx_std_23)
+ target_compile_features(glaze-json PRIVATE cxx_std_23)
42
target_link_libraries(glaze-json glaze::glaze jwt-cpp::jwt-cpp)
43
endif()
44
45
-find_package(reflectcpp-json CONFIG)
+find_package(reflectcpp CONFIG)
46
if(TARGET reflectcpp::reflectcpp)
47
add_executable(reflectcpp-json reflectcpp-json.cpp)
48
target_compile_features(reflectcpp-json PRIVATE cxx_std_20)
0 commit comments