There was an error while loading. Please reload this page.
1 parent b3e5742 commit 30ad9eaCopy full SHA for 30ad9ea
1 file changed
CMakeLists.txt
@@ -34,6 +34,10 @@ o2_check_cxx_features()
34
35
include(O2DefineOptions)
36
o2_define_options()
37
+# see if upgrade is enabled
38
+if (ENABLE_UPGRADES)
39
+ add_definitions(-DENABLE_UPGRADES)
40
+endif()
41
42
include(O2DefineOutputPaths)
43
o2_define_output_paths()
0 commit comments