Skip to content

Commit b738aa4

Browse files
authored
COREPLG-740: fix wrong CMakeLists.txt file (#685)
Co-authored-by: Alvaro Fernandez <[email protected]>
1 parent 5934acd commit b738aa4

File tree

1 file changed

+4
-3
lines changed
  • examples/connext_dds/lbediscovery_xml_app_creation/c++11

1 file changed

+4
-3
lines changed

examples/connext_dds/lbediscovery_xml_app_creation/c++11/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
#
1212
cmake_minimum_required(VERSION 3.11)
1313
project(rtiexamples-lbediscovery-xml-app-creation)
14-
set(CMAKE_MODULE_PATH
15-
${CMAKE_MODULE_PATH}
16-
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../resources/cmake"
14+
list(APPEND CMAKE_MODULE_PATH
15+
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../resources/cmake/Modules"
1716
)
17+
include(ConnextDdsConfigureCmakeUtils)
18+
connextdds_configure_cmake_utils()
1819

1920
# Include ConnextDdsAddExample.cmake from resources/cmake
2021
include(ConnextDdsAddExample)

0 commit comments

Comments
 (0)