We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad67ff4 commit 53383d7Copy full SHA for 53383d7
CMakeLists.txt
@@ -11,7 +11,7 @@ else ()
11
message(FATAL_ERROR "The compiler ${CMAKE_CXX_COMPILER} has no C++17 support. Please use a different C++ compiler.")
12
endif ()
13
14
-if (NOT EXISTS third_party/ELFIO)
+if (NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/third_party/ELFIO/elfio")
15
message("-- ELFIO not found, fetching ELFIO...")
16
execute_process(COMMAND git submodule update --init)
17
add_subdirectory(third_party/ELFIO)
0 commit comments