Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MSK-SW
Low-Level Radio Frequency
Master Oscillator
XFEL
GPSDO
Commits
8378e0eb
Commit
8378e0eb
authored
Jul 21, 2021
by
Automated MSK Jenkins User
Browse files
Merge remote-tracking branch 'project-template/master'
parents
4f269dfd
d76ff190
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Modules/FindDOOCS.cmake
View file @
8378e0eb
...
...
@@ -32,7 +32,7 @@
SET
(
DOOCS_FOUND 0
)
list
(
A
PPEND DOOCS_FIND_COMPONENTS doocsapi
)
list
(
P
RE
PEND DOOCS_FIND_COMPONENTS doocsapi
)
if
(
";
${
DOOCS_FIND_COMPONENTS
}
;"
MATCHES
";zmq;"
)
list
(
APPEND DOOCS_FIND_COMPONENTS doocsdzmq
)
...
...
@@ -91,7 +91,7 @@ find_package(Threads REQUIRED)
set
(
DOOCS_DIR
"
${
DOOCS_doocs-doocsapi_LIBDIR
}
"
)
set
(
DOOCS_VERSION
"
${
DOOCS_doocs-doocsapi_VERSION
}
"
)
set
(
DOOCS_CXX_FLAGS
${
DOOCS_CFLAGS
}
)
set
(
DOOCS_LIBRARIES
${
DOOCS_LDFLAGS
}
${
CMAKE_THREAD_LIBS_INIT
}
${
TINEMTLIB
}
)
set
(
DOOCS_LIBRARIES
${
DOOCS_LDFLAGS
}
${
CMAKE_THREAD_LIBS_INIT
}
tinemt
)
set
(
DOOCS_LINKER_FLAGS
"-Wl,--no-as-needed"
)
set
(
DOOCS_LINK_FLAGS
${
DOOCS_LINKER_FLAGS
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment