Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from tyi1025/rebase-mqt-core
Browse files Browse the repository at this point in the history
Rebase ddsim and qcec to conform to mqt-core refactoring
  • Loading branch information
tyi1025 authored Aug 8, 2023
2 parents d9c7f7e + 9586d66 commit fd049a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extern/ddsim
Submodule ddsim updated from 97c32a to cd26ed
2 changes: 1 addition & 1 deletion extern/qcec
Submodule qcec updated from a79fef to 79a704
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(NOT TARGET gtest OR NOT TARGET gmock)
CACHE BOOL "" FORCE)

# store path to googletest in variable
set(GTEST_PATH "extern/qcec/extern/qfr/extern/dd_package/extern/googletest")
set(GTEST_PATH "extern/qcec/extern/mqt-core/extern/googletest")
add_subdirectory("${PROJECT_SOURCE_DIR}/${GTEST_PATH}" "${GTEST_PATH}"
EXCLUDE_FROM_ALL)
endif()
Expand Down

0 comments on commit fd049a1

Please sign in to comment.