mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 08:17:50 +08:00
cb16030a07
* update comms to the next version; fixed github repo * Update portfile.cmake added the no warn as error again * use only necessary boost packages as dependencies * fix formatting
14 lines
413 B
Diff
14 lines
413 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fb0bc2f..e94a693 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -45,7 +45,7 @@ while (TRUE)
|
|
message (FATAL_ERROR "The comms library found but the directory is not known")
|
|
endif ()
|
|
|
|
- set (CC_CMAKE_DIR ${LibComms_DIR}/lib/LibComms/cmake)
|
|
+ set (CC_CMAKE_DIR ${LibComms_DIR})
|
|
break()
|
|
endif ()
|
|
|