Skip to content

Commit e8063b9

Browse files
author
root
committed
Added missing include directory for v8 mapscript
1 parent f8e1d89 commit e8063b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ if(WITH_V8)
746746
FIND_PACKAGE(V8)
747747
IF(V8_FOUND EQUAL 1)
748748
SET(USE_V8_MAPSCRIPT 1)
749+
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
749750
INCLUDE_DIRECTORIES(${V8_INCLUDE})
750751
MS_LINK_LIBRARIES( ${V8_LIBS})
751752
ELSE(V8_FOUND)

0 commit comments

Comments
 (0)