mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Fixes the following tests on Solaris builds: wrapping, qtwrapping and CMakeCommands.target_link_libraries
4 lines
116 B
C++
4 lines
116 B
C++
// Solaris needs non-empty content so ensure
|
|
// we have at least one symbol
|
|
int Solaris_requires_a_symbol_here = 0;
|