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
300ce2481e
CMake
/
Tests
/
RunCMake
/
install
/
SkipInstallRulesNoWarning1....
2 lines
33 B
CMake
Raw
Normal View
History
Unescape
Escape
InstallRules: added new variable to disable generation of install rules The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
2013-12-25 20:59:24 +04:00
set
(
CMAKE_SKIP_INSTALL_RULES
ON
)