Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
5f8488de
Commit
5f8488de
authored
Jan 13, 2018
by
Min RK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move FindSodium to builds/cmake/Modules
with the rest of the CMake modules
parent
f8da0ac7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CMakeLists.txt
CMakeLists.txt
+2
-3
FindSodium.cmake
builds/cmake/Modules/FindSodium.cmake
+0
-0
No files found.
CMakeLists.txt
View file @
5f8488de
...
...
@@ -4,6 +4,8 @@ cmake_minimum_required (VERSION 2.8.12)
project
(
ZeroMQ
)
list
(
INSERT CMAKE_MODULE_PATH 0
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
)
set
(
ZMQ_CMAKE_MODULES_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
/builds/cmake/Modules
)
list
(
APPEND CMAKE_MODULE_PATH
${
ZMQ_CMAKE_MODULES_DIR
}
)
include
(
CheckCXXCompilerFlag
)
CHECK_CXX_COMPILER_FLAG
(
"-std=gnu++11"
COMPILER_SUPPORTS_CXX11
)
...
...
@@ -165,9 +167,6 @@ else ()
message
(
FATAL_ERROR
"Invalid polling method"
)
endif
()
set
(
ZMQ_CMAKE_MODULES_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
/builds/cmake/Modules
)
list
(
APPEND CMAKE_MODULE_PATH
${
ZMQ_CMAKE_MODULES_DIR
}
)
include
(
TestZMQVersion
)
if
(
NOT CMAKE_CROSSCOMPILING
)
include
(
ZMQSourceRunChecks
)
...
...
FindSodium.cmake
→
builds/cmake/Modules/
FindSodium.cmake
View file @
5f8488de
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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