ambit icon indicating copy to clipboard operation
ambit copied to clipboard

The cmake options ENABLE_TESTS, BUILD_DOXYGEN,BUILD_SPHINX don't do anything

Open yurivict opened this issue 8 years ago • 0 comments

It seems that ENABLE_TESTS should be a condition for this section?

#if (NOT ENABLE_PSI4)
    # test suite
    enable_testing()
    include(CTest)
    add_subdirectory(test)

    # sample suite
    add_subdirectory(samples)
#endif()

yurivict avatar Nov 12 '17 20:11 yurivict