mirror of https://github.com/libAthena/athena.git
Prevent CMake from failing if an empty atdna directory exists
This commit is contained in:
parent
55adeec69c
commit
4bc6004a6a
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue