aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/BuildDeps.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/BuildDeps.cmake')
-rw-r--r--cmake/BuildDeps.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/cmake/BuildDeps.cmake b/cmake/BuildDeps.cmake
index 1f64e1f..ddc3d34 100644
--- a/cmake/BuildDeps.cmake
+++ b/cmake/BuildDeps.cmake
@@ -1,12 +1,11 @@
# ======================================
-# BuildDeps.cmake
+# BuildDeps.cmake
# ======================================
#
-# Configures, builds, and installs the open62541 library into a
-# local prefix under the build tree. Skips the build when the
-# installed shared library already exists. After installation,
-# open62541 is imported via find_package so downstream targets
-# can link against open62541::open62541.
+# Configures, builds, and installs the open62541 library into a local prefix
+# under the build tree. Skips the build when the installed shared library
+# already exists. After installation, open62541 is imported via find_package so
+# downstream targets can link against open62541::open62541.
set(OPEN62541_SOURCE_DIR "${CMAKE_SOURCE_DIR}/deps/open62541")
set(OPEN62541_BUILD_DIR "${CMAKE_BINARY_DIR}/deps/open62541")
@@ -55,4 +54,5 @@ else()
message(STATUS "open62541 already built, skipping")
endif()
-find_package(open62541 REQUIRED PATHS "${OPEN62541_INSTALL_DIR}" NO_DEFAULT_PATH)
+find_package(open62541 REQUIRED PATHS "${OPEN62541_INSTALL_DIR}"
+ NO_DEFAULT_PATH)