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
41a608a75d
CMake
/
Modules
/
Platform
/
SINIX.cmake
3 lines
71 B
CMake
Raw
Normal View
History
Unescape
Escape
BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu
2003-11-14 18:44:12 +03:00
SET
(
CMAKE_SHARED_LIBRARY_C_FLAGS
"-K PIC"
)
ENH: add more search paths and add UnixPaths to all unix platforms
2006-03-27 19:46:42 +04:00
INCLUDE
(
Platform/UnixPaths
)