SolidWallOfCode opened a new pull request, #10839:
URL: https://github.com/apache/trafficserver/pull/10839

   The point of this is to be similar to "config.nice", that is a file that
   
   * Is not checked in and is local to every checkout.
   * Sets build options.
   * Is easily copied between directories / hosts.
   
   The file "CMakeLists.nice" is checked for and loaded if present. This 
enables doing this like
   ```
   set(CMAKE_INSTALL_PREFIX "/opt/ts")
   ```
   to set the install prefix. I think this is awesome because I can copy this 
file around and set options without having to fiddle with my IDE or command 
line options.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to