Skip to content

Commit

Permalink
yet another version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaobr committed Nov 10, 2025
1 parent cd7db5f commit 1f4b171
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PotreeConverter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ target_include_directories(PotreeConverter PRIVATE "./Converter/include")
target_include_directories(PotreeConverter PRIVATE "./Converter/modules")
target_include_directories(PotreeConverter PRIVATE "./Converter/libs")


if (UNIX)
if(APPLE)
## Do nothing. Just skip the Unix check
elseif (UNIX)
find_package(Threads REQUIRED)
find_package(TBB REQUIRED)

Expand All @@ -62,7 +63,7 @@ if (UNIX)


#SET(CMAKE_CXX_FLAGS "-pthread -ltbb")
endif (UNIX)
endif ()

###############################################
# COPY PAGE TEMPLATE TO BINARY DIRECTORY
Expand Down

0 comments on commit 1f4b171

Please sign in to comment.