mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
7f34372322
* [sol2] update to 3.3.0 * update version * adopt the requests * overwrite version
18 lines
561 B
Diff
18 lines
561 B
Diff
diff --git a/cmake/sol2-config.cmake.in b/cmake/sol2-config.cmake.in
|
|
index 0c48a99..62930db 100644
|
|
--- a/cmake/sol2-config.cmake.in
|
|
+++ b/cmake/sol2-config.cmake.in
|
|
@@ -24,9 +24,9 @@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/sol2-targets.cmake")
|
|
|
|
-if (TARGET sol2)
|
|
+if (TARGET sol2::sol2)
|
|
get_target_property(SOL2_INCLUDE_DIRS
|
|
- sol2 INTERFACE_INCLUDE_DIRECTORIES)
|
|
+ sol2::sol2 INTERFACE_INCLUDE_DIRECTORIES)
|
|
set_and_check(SOL2_INCLUDE_DIRS "${SOL2_INCLUDE_DIRS}")
|
|
- set(SOL2_LIBRARIES sol2)
|
|
+ set(SOL2_LIBRARIES sol2::sol2)
|
|
endif()
|