Skip to content

Commit

Permalink
Merge pull request supercollider#51 from sonoro1234/StkInst_cmake
Browse files Browse the repository at this point in the history
StkInst: cmake warning to use submodule update and submodule init
  • Loading branch information
danstowell committed Dec 4, 2015
2 parents 599d5be + 95327f8 commit 476987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/StkInst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include (${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
set(STKDIR ${CMAKE_CURRENT_SOURCE_DIR}/stk)

if(NOT EXISTS ${STKDIR}/src)
message(FATAL_ERROR "Should use submodule update to get Stk")
message(FATAL_ERROR "Should use git submodule update and git submodule init to get Stk")
endif()

file(GLOB STKSources "${STKDIR}/src/*.cpp")
Expand Down

0 comments on commit 476987d

Please sign in to comment.