• Adam Simpkins's avatar
    cmake: always include files from the source directory first · 3bd7d93d
    Adam Simpkins authored
    Summary:
    Add the current source and build directories to the very front of the include
    directory list.  This ensures that folly finds its own local headers first,
    even if the install directory already contains an older version of the folly
    headers.
    
    Even though the install directory was appended to the include list after the
    current source directory in this statement, it could have ended up already in
    the include list if other dependencies (e.g., glog or gmock) were found in
    that directory.
    
    Reviewed By: Orvid
    
    Differential Revision: D10448692
    
    fbshipit-source-id: 539613a055db41d6115f8d04c5f6fa90841a414f
    3bd7d93d
CMakeLists.txt 27.8 KB