mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06: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;
|