Skip to content

Commit c4b88d8

Browse files
committed
Using latest releases of commsdsl (v2.1) and comms_champion (v2.0).
1 parent 19a5994 commit c4b88d8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ option (DEMO1_NO_WARN_AS_ERR "Don't treat compilation warnings as errors." OFF)
1717
# is not provided and examples are not disabled.
1818

1919
if ("${COMMSDSL_TAG}" STREQUAL "")
20-
set(COMMSDSL_TAG "develop")
20+
set(COMMSDSL_TAG "v2.1")
2121
endif ()
2222

2323
if ("${COMMS_TAG}" STREQUAL "")
24-
set(COMMS_TAG "develop")
24+
set(COMMS_TAG "v2.0")
2525
endif ()
2626

2727
set (VERSION "0.8")
@@ -63,15 +63,12 @@ endif ()
6363

6464
set (schema_file "${CMAKE_SOURCE_DIR}/dsl/schema.xml")
6565
set (tmp_dir "${CMAKE_BINARY_DIR}/output.tmp")
66-
#set (code_input_dir "${CMAKE_SOURCE_DIR}/src")
6766

6867
if ("${OUTPUT_DIR}" STREQUAL "")
6968
set (OUTPUT_DIR "${CMAKE_BINARY_DIR}/output")
7069
endif ()
7170

7271

73-
#file (GLOB_RECURSE src_files ${code_input_dir})
74-
7572
set (extra_dep)
7673
if (TARGET ${COMMSDSL_TGT})
7774
set (extra_dep ${COMMSDSL_TGT})

0 commit comments

Comments
 (0)