Naios / continuable

C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
https://naios.github.io/continuable/
MIT License
815 stars 44 forks source link

Fix CMake scripts #8

Closed HatefulMoron closed 5 years ago

HatefulMoron commented 5 years ago

cmake/configure_macros.cmake and cmake/configure_compiler.cmake incorrectly reference CMAKE_SOURCE_DIR, occurences have been changed to PROJECT_SOURCE_DIR

closes #7

@Naios

Naios commented 5 years ago

Alright, seems good. Thanks for your contribution!