We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8117831 commit 92e263aCopy full SHA for 92e263a
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 2.8)
2
project(ruby_wrapper)
3
4
-find_package(SymEngine REQUIRED CONFIG
+find_package(SymEngine 0.1.0 REQUIRED CONFIG
5
PATHS ${SYMENGINE_DIR}
6
PATH_SUFFIXES lib/cmake/symengine CMake/)
7
set(CMAKE_BUILD_TYPE ${SYMENGINE_BUILD_TYPE})
0 commit comments