diff --git a/CMakeLists.txt b/CMakeLists.txt index e9259dc..cef1168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,7 +218,7 @@ install(EXPORT AthenaTargets DESTINATION ${INSTALL_CMAKE_DIR} COMPONENT Athena) # atdna import # ################ -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/atdna/") +if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/atdna/CMakeLists.txt") add_subdirectory(atdna) endif()