issue #198 Cleanup

pull/212/head
Dibyendu Majumdar 3 years ago
parent f7f59eed0f
commit 3e05644f51

@ -11,8 +11,6 @@ option(LTESTS "Controls whether ltests are enabled in Debug mode; note requires
option(ASAN "Controls whether address sanitizer should be enabled" OFF) option(ASAN "Controls whether address sanitizer should be enabled" OFF)
option(RAVICOMP "Controls whether to link in RaviComp" ON) option(RAVICOMP "Controls whether to link in RaviComp" ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
# By we enable MIR JIT # By we enable MIR JIT
if (NOT NO_JIT) if (NOT NO_JIT)
set(MIR_JIT ON) set(MIR_JIT ON)

@ -1,15 +0,0 @@
find_path(RAVICOMP_INCLUDE_DIRS ravi_compiler.h
PATHS
c:/Software/ravicomp/include/ravicomp
~/Software/ravicomp/include/ravicomp
NO_DEFAULT_PATH
)
find_library(RAVICOMP_LIBRARIES
NAMES ravicomp
PATHS
c:/Software/ravicomp/lib
~/Software/ravicomp/lib
~/Software/ravicomp/lib64
)
Loading…
Cancel
Save