mirror of https://github.com/PCSX2/pcsx2.git
[cmake] Fix a long standing typo
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3284 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
0db63683a2
commit
85e061d4fb
|
@ -97,7 +97,7 @@ endif(BZIP2_FOUND)
|
||||||
|
|
||||||
# Cg
|
# Cg
|
||||||
if(CG_FOUND)
|
if(CG_FOUND)
|
||||||
include_directories(${CG_INCLUDE_DIR})
|
include_directories(${CG_INCLUDE_DIRS})
|
||||||
endif(CG_FOUND)
|
endif(CG_FOUND)
|
||||||
|
|
||||||
# Jpeg
|
# Jpeg
|
||||||
|
|
Loading…
Reference in New Issue