There was an error while loading. Please reload this page.
1 parent 5d30c0b commit 2096a3bCopy full SHA for 2096a3b
1 file changed
CMakeLists.txt
@@ -31,7 +31,7 @@ option(REFLECTCPP_CHECK_HEADERS "Make sure that all headers are self-contained"
31
option(REFLECTCPP_USE_BUNDLED_DEPENDENCIES "Use the bundled dependencies" ON)
32
33
option(REFLECTCPP_USE_CPP26_REFLECTION "Use standard C++ reflection (requires C++-26)" OFF)
34
-option(REFLECTCPP_USE_STD_EXPECTED "Use std::expected instead of the built-in Result type (requires C++-23)" ${REFLECTCPP_USE_CPP26_REFLECTION})
+option(REFLECTCPP_USE_STD_EXPECTED "Use std::expected instead of the built-in Result type (requires C++-23)" OFF)
35
36
if(REFLECTCPP_USE_CPP26_REFLECTION)
37
if(NOT DEFINED CMAKE_CXX_STANDARD)
0 commit comments