This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7bbaa4283d
CMake
/
Modules
/
Platform
/
Linux-XL-C.cmake
2 lines
54 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix shared library creation flag for XL on Linux See issue #9617.
2009-09-29 21:56:57 +04:00
SET
(
CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS
"-qmkshrobj"
)