Skip to content
Snippets Groups Projects
Commit 335a89e8 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake]

Add missing include CheckCXXSymbolExists to FindGMP.cmake.

[[Imported from SVN: r6935]]
parent cb4b9380
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
#
include(CheckIncludeFileCXX)
include(CheckCXXSymbolExists)
set(GMP_SEARCH_PATH CACHE FILEPATH "User defined list of directories to search for the GNU GMP library")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment