Skip to content

Commit

Permalink
Set pugi-version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFrank committed May 30, 2022
1 parent 6f859b8 commit fb193fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion memristor_tester/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ project(test)
set(CMAKE_CXX_STANDARD 14)
message(STATUS "start building test...")

add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/pugixml")
set(PUGI_XML_VERSION 1.12)

add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/pugixml-${PUGI_XML_VERSION}")

add_executable(memristor_tester main.cpp)

Expand Down

0 comments on commit fb193fd

Please sign in to comment.