aboutsummaryrefslogtreecommitdiff
path: root/ports/commsdsl/fix-cmake-cmakedir-path.patch
blob: bc4d5fb8822160cde678d9d42b44e2ea76e7748b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ()