Skip to content

Commit 5df494f

Browse files
CMake: Fix CMK_USE_LRTS, re-enabling testing of user-driven-interop
1 parent 4378ac1 commit 5df494f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ IF(JPEG_FOUND)
260260
set(CMK_USE_LIBJPEG 1)
261261
ENDIF()
262262

263+
if(NETWORK STREQUAL "pami")
264+
set(CMK_USE_LRTS 0)
265+
else()
266+
set(CMK_USE_LRTS 1)
267+
endif()
268+
263269
# Check for Python
264270
# PythonCCS requires Python v2.x and is the only target that uses this
265271
# With CMake 3.12+ we could use FindPython() here

0 commit comments

Comments
 (0)