build fix: remove extra ) introduced by commit f99e310e
This commit is contained in:
parent
f99e310e03
commit
81bb67bc24
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ if (JPEG_FACTORY)
|
||||||
|
|
||||||
set(CMAKE_REQUIRED_INCLUDES
|
set(CMAKE_REQUIRED_INCLUDES
|
||||||
${SIMGEAR_INCLUDE_DIR}
|
${SIMGEAR_INCLUDE_DIR}
|
||||||
${JPEG_INCLUDE_DIR})
|
${JPEG_INCLUDE_DIR}
|
||||||
${OPENSCENEGRAPH_INCLUDE_DIRS})
|
${OPENSCENEGRAPH_INCLUDE_DIRS})
|
||||||
|
|
||||||
check_cxx_source_compiles(
|
check_cxx_source_compiles(
|
||||||
|
|
Loading…
Add table
Reference in a new issue