mirror of
https://github.com/libAthena/athena.git
synced 2025-07-13 16:46:04 +00:00
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…
x
Reference in New Issue
Block a user