You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
The cmake option ENABLE_TESTS doesn't do anything
The cmake options ENABLE_TESTS, BUILD_DOXYGEN,BUILD_SPHINX don't do anything
Nov 12, 2017
It seems that ENABLE_TESTS should be a condition for this section?
The text was updated successfully, but these errors were encountered: