Skip to content

Commit

Permalink
fixed build in case of submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ksergey committed Jan 24, 2017
1 parent f4d37b4 commit 7506354
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 @@ -19,7 +19,7 @@ if(POLICY CMP0054)
cmake_policy(SET CMP0054 OLD)
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(MFAST_MAJOR_VERSION 1)
set(MFAST_MINOR_VERSION 3)
Expand Down

0 comments on commit 7506354

Please sign in to comment.