Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
fd7a1d92
Commit
fd7a1d92
authored
Apr 19, 2017
by
Simon Liu
Committed by
Sasha Goldshtein
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added the include path of luajit2.1 for the FindLuaJIT module of cmake. (#1120)
parent
0a01506e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/FindLuaJIT.cmake
cmake/FindLuaJIT.cmake
+1
-1
No files found.
cmake/FindLuaJIT.cmake
View file @
fd7a1d92
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
FIND_PATH
(
LUAJIT_INCLUDE_DIR lua.h
FIND_PATH
(
LUAJIT_INCLUDE_DIR lua.h
HINTS
HINTS
$ENV{LUAJIT_DIR}
$ENV{LUAJIT_DIR}
PATH_SUFFIXES include/luajit-2.0 include/luajit2.0 include/luajit include
PATH_SUFFIXES include/luajit-2.0 include/luajit2.0 include/luajit include
/luajit-2.1 include
PATHS
PATHS
~/Library/Frameworks
~/Library/Frameworks
/Library/Frameworks
/Library/Frameworks
...
...
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