You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,6 @@ if (VSG_SUPPORTS_Windowing)
90
90
endif()
91
91
endif()
92
92
93
-
set(VSG_CXX_TARGET 17 CACHESTRING"Set target C++ standard version, valid values are 17, 20 & 23")
94
-
95
-
96
93
option(VSG_USE_dynamic_cast "Use dynamic_cast in vsg::Object::cast<T>(), default is OFF and uses VSG native casting which provides 2-3x faster than using dynamic_cast<>."OFF)
97
94
98
95
# this line needs to be after the call to setup_build_vars()
0 commit comments