Skip to content

Commit

Permalink
Don't install libnyquist
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Feb 23, 2021
1 parent f764838 commit 7dd70d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function(get_all_targets _result _dir)
endfunction()

function(add_subdirectory_with_folder _folder_name _folder)
add_subdirectory(${_folder} ${ARGN})
add_subdirectory(${_folder} ${ARGN} EXCLUDE_FROM_ALL)
get_all_targets(_targets "${_folder}")
foreach(_target IN LISTS _targets)
get_target_property(_target_type ${_target} TYPE)
Expand Down

0 comments on commit 7dd70d2

Please sign in to comment.