Skip to content

Commit

Permalink
Merge pull request #96 from sdslabs/cmake-hotfix
Browse files Browse the repository at this point in the history
CMake hotfix for incorrect module path
  • Loading branch information
twaritwaikar authored Mar 14, 2019
2 parents b59f661 + 7870ae2 commit 7bfd54f
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 @@ -12,7 +12,7 @@ if (AppVeyor)
Message(STATUS "VLD has been turned off")
endif(AppVeyor)

set(CMAKE_MODULE_PATH $ {CMAKE_MODULE_PATH}"./cmake_modules/")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "./cmake_modules/")
set(SFML_STATIC false)

if (WIN32)
Expand Down

0 comments on commit 7bfd54f

Please sign in to comment.