vcpkg/ports/commsdsl/fix-cmake-cmakedir-path.patch
Mathis Logemann cb16030a07
[comms ] update to the next version (#14521)
* 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
2020-11-12 13:04:04 -08:00

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 ()