Skip to content

Commit

Permalink
fixed CMake typo in example and fixed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bbercovici committed Apr 18, 2018
1 parent 7f5710f commit 3c3b8c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
set (OMP_FRIENDLY_GCC_MAJOR_VERSION 7)

# Path to OMP-Friendly GCC Compiler (will only be used on Mac OS systems)
set (OMP_FRIENDLY_GCC_PATH /usr/local/Cellar/gcc/7.2.0/bin/)
set (OMP_FRIENDLY_GCC_PATH /usr/local/Cellar/gcc/7.3.0_1/bin/)

################################################################################
#
Expand All @@ -68,7 +68,7 @@ if(APPLE)

else()
# no OMP-compliant compiler was found on this mac.
message(FATAL_ERROR "No OMP-compliant compiler was found on this Mac.")
message("No OMP-compliant compiler was found on this Mac.")
endif()
else()
# Running on Linux. Will switch back to compiler in /usr/local/bin
Expand Down
3 changes: 3 additions & 0 deletions Example/build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
/*
!.gitignore

0 comments on commit 3c3b8c0

Please sign in to comment.