Skip to content

Commit

Permalink
issue #100 #70
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Sep 23, 2016
1 parent be60c70 commit c6ee38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
# Only one can be ON, and at last one of them must be ON
option(LLVM_JIT "Controls whether LLVM JIT compilation will be enabled, default is OFF" OFF)
option(GCC_JIT "Controls whether GCC JIT compilation will be enabled, default is OFF" OFF)
option(STATIC_BUILD "Build static version of Ravi, default is ON" ON)
option(STATIC_BUILD "Build static version of Ravi, default is OFF" OFF)

# We cannot link to both LLVM and GCC JIT
if (LLVM_JIT AND GCC_JIT)
Expand Down

0 comments on commit c6ee38a

Please sign in to comment.