We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc335d2 commit dae98a7Copy full SHA for dae98a7
CMakeLists.txt
@@ -1,5 +1,9 @@
1
cmake_minimum_required( VERSION 3.25 )
2
3
+if(DEFINED CMAKE_OSX_SYSROOT AND NOT EXISTS "${CMAKE_OSX_SYSROOT}")
4
+ unset(CMAKE_OSX_SYSROOT CACHE)
5
+endif()
6
+
7
message( STATUS "Parallel Programming Course (PPC)" )
8
project(parallel_programming_course)
9
0 commit comments