Skip to content

Commit

Permalink
Fix source dir variable for explore
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Nov 1, 2018
1 parent 7823513 commit 7d1e2ff
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 @@ -61,7 +61,7 @@ target_include_directories(rapidjson INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/rapid
# Use folders in VS solution
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

set(explore_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/explore/")
set(explore_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/explore/")

if(STATIC_LINK_VW)
set(Boost_USE_STATIC_LIBS ON)
Expand Down

0 comments on commit 7d1e2ff

Please sign in to comment.