Skip to content

Commit

Permalink
Merge pull request #2 from jetbrains-academy/igor/update_v2_remote_in…
Browse files Browse the repository at this point in the history
…fo_modified

fix - utils.cmake- cmake modified to include the homebrew directory a…
  • Loading branch information
Geravant authored Feb 8, 2023
2 parents 073f8ed + 8a0a56c commit d732cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ macro(prepare_sfml_framework_lesson_task _lesson_path _target_name _test_name)
# as a dirty quickfix we simply add this directory manually
if (${APPLE})
include_directories(/usr/local/include)
include_directories(/opt/homebrew/include)
endif()
include_directories(${_lesson_path}/include/)
target_copy_resources(${_target_name} "${_lesson_path}")
Expand Down
2 changes: 1 addition & 1 deletion course-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
id: 20995
course_version: 2
course_version: 3

0 comments on commit d732cc3

Please sign in to comment.