Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Aug 28, 2024
1 parent 2c6d5fc commit 8fc2223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/UnitTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ message("Building for unit tests...")

message("Generating empty headers to suppress compiler errors")

file(GLOB BASEDIR Tests)
file(GLOB BASEDIR ../Tests)
set(BASEDIR ${BASEDIR}/headers)
set(EMPTY_HEADERS_DIRS
${BASEDIR}
Expand Down Expand Up @@ -33,7 +33,7 @@ include_directories(${EMPTY_HEADERS_DIRS})

message("Adding compiler and linker options for all targets")

file(GLOB BASEDIR Tests/mocks)
file(GLOB BASEDIR ../Tests/mocks)
set(FAKE_HEADERS
${BASEDIR}/Iarm.h
)
Expand Down

0 comments on commit 8fc2223

Please sign in to comment.