meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 174 forks source link

Building Served Throws Error #7

Closed jmswenski closed 9 years ago

jmswenski commented 9 years ago

I think the rename of LICENSE --> LICENSE.md a couple days ago messed up the cmake build a bit. Compiling gives the following error:

CMake Error at /usr/share/cmake-2.8/Modules/CPack.cmake:395 (message): CPack license resource file: "/home/jswenski/served/LICENSE" could not be found. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CPack.cmake:400 (cpack_check_file_exists) CMakeLists.txt:127 (INCLUDE)

Renaming LICENSE.md back to LICENSE fixes the problem

jmswenski commented 9 years ago

<3