Skip to content

Commit 53383d7

Browse files
committed
Fix elfio fetching
1 parent ad67ff4 commit 53383d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else ()
1111
message(FATAL_ERROR "The compiler ${CMAKE_CXX_COMPILER} has no C++17 support. Please use a different C++ compiler.")
1212
endif ()
1313

14-
if (NOT EXISTS third_party/ELFIO)
14+
if (NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/third_party/ELFIO/elfio")
1515
message("-- ELFIO not found, fetching ELFIO...")
1616
execute_process(COMMAND git submodule update --init)
1717
add_subdirectory(third_party/ELFIO)

0 commit comments

Comments
 (0)