mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
6dfe4ade80
* [unittest-cpp] fix config.cmake file * update version * update vcpkg.json * update version
12 lines
586 B
Diff
12 lines
586 B
Diff
diff --git a/cmake/UnitTest++Config.cmake b/cmake/UnitTest++Config.cmake
|
|
index afe165c..cc43a2b 100644
|
|
--- a/cmake/UnitTest++Config.cmake
|
|
+++ b/cmake/UnitTest++Config.cmake
|
|
@@ -1,2 +1,4 @@
|
|
include("${CMAKE_CURRENT_LIST_DIR}/UnitTest++Targets.cmake")
|
|
-get_filename_component(UTPP_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../../include/" ABSOLUTE)
|
|
+get_filename_component(UTPP_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include/" ABSOLUTE)
|
|
+
|
|
+get_filename_component(UnitTest++_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include/" ABSOLUTE)
|
|
\ No newline at end of file
|