toltec-astro / macana2

AzTEC data reduction pipeline
0 stars 2 forks source link

CMakeLists modified to create a executable test unit #10

Closed javierzaragoza closed 5 years ago

javierzaragoza commented 5 years ago

This pull request addresses #6 and #9. CMakeLists.txt is modified to create a executable test if EXEC_TEST option is ON (it is off by default). Also FetchContent is used to download and build googletest.

Jerry-Ma commented 5 years ago

I just did a massive rewrite of the whole CMake system. I believe it is now good to be merged.

Please check out the changes that I've made. Let me know if you have any questions.

Also, I am changing the target branch from master to develop, to follow the git-flow.