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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -466,6 +466,8 @@ include_directories(
466
466
# Run "cmake --help-policy CMP0063" for policy details
467
467
if (POLICYCMP0063)
468
468
cmake_policy(SETCMP0063NEW)
469
+
else()
470
+
message(WARNING"It is not possible to correctly set symbol visibility in object files with your version of CMake. We recommend using CMake 3.3 or newer.")
0 commit comments