File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,11 @@ endif()
246
246
247
247
# Checking features
248
248
# Check if version symbol assembler directives are supported
249
- libomp_check_version_symbols(LIBOMP_HAVE_VERSION_SYMBOLS)
249
+ if (LIBOMP_HAVE_VERSION_SCRIPT_FLAG)
250
+ libomp_check_version_symbols(LIBOMP_HAVE_VERSION_SYMBOLS)
251
+ else ()
252
+ set (LIBOMP_HAVE_VERSION_SYMBOLS FALSE )
253
+ endif ()
250
254
251
255
# Check if quad precision types are available
252
256
if (CMAKE_C_COMPILER_ID STREQUAL "GNU" )
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ VERSION {
19
19
20
20
*; # All symbols as exported for testing.
21
21
22
- local: # Non-exported symbols.
23
-
24
- *; # All other symbols are not exported.
25
-
26
22
}; # VERSION
27
23
28
24
# sets up GCC OMP_ version dependency chain
You can’t perform that action at this time.
0 commit comments