[PATCH] Tweak the CMake package rules for Windows
Reid Kleckner
rnk at google.com
Thu Aug 15 16:27:48 PDT 2013
LGTM
The default package this creates is huge, but we can figure out a blessed set of options for building a reasonably sized package.
================
Comment at: CMakeLists.txt:503
@@ +502,3 @@
+if(WIN32 AND NOT UNIX)
+ set(CPACK_PACKAGE_ICON "${LLVM_MAIN_SRC_DIR}\\\\nsis_logo.bmp")
+ set(CPACK_NSIS_MODIFY_PATH "ON")
----------------
We can put this in llvm/cmake/ to keep it out of the root.
http://llvm-reviews.chandlerc.com/D1414
More information about the cfe-commits
mailing list