mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Merge pull request #3 from annagrin/dev/annagrin/FixUnittestDirectoryCheck
Fixed unittest directory check to look in the source directory
This commit is contained in:
commit
3c9dc3b824
@ -26,7 +26,7 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT EXISTS tests/unittest-cpp)
|
||||
if (NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/unittest-cpp)
|
||||
message(FATAL_ERROR "Could not find unittest-cpp enlistment. Please run 'git clone https://github.com/Microsoft/unittest-cpp.git unittest-cpp' in the tests directory")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user