[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #20 from TravisWheelerLab/removeAutoSubmoduleInit
Browse files Browse the repository at this point in the history
remove broken auto submodule init
  • Loading branch information
Sawwave committed Nov 14, 2023
2 parents 49289db + efc48e6 commit 38a214e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ project(
set(CMAKE_C_STANDARD 17)


add_custom_target(
update_submodules
COMMAND ${CMAKE_COMMAND} -E echo "Updating submodules..."
COMMAND git submodule update --init --recursive
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)


#add support for OpenMP
find_package(OpenMP REQUIRED)
if(OpenMP_FOUND)
Expand Down

0 comments on commit 38a214e

Please sign in to comment.