Skip to content

Commit

Permalink
Fix for PBRT
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcw02 committed May 26, 2023
1 parent 4d391fe commit af6f492
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if (WITH_THREADS)
endif (WITH_THREADS)

check_include_file (dlfcn.h HAVE_DLFCN_H)
check_include_file (execinfo.h HAVE_EXECINFO_H)
check_include_file (glob.h HAVE_GLOB_H)
check_include_file (inttypes.h HAVE_INTTYPES_H)
check_include_file (libunwind.h HAVE_LIBUNWIND_H)
Expand Down Expand Up @@ -444,10 +443,6 @@ else (NOT BUILD_SHARED_LIBS)
"GOOGLE_GLOG_DLL_DECL_FOR_UNITTESTS=${_IMPORT}")
endif (NOT BUILD_SHARED_LIBS)

if (HAVE_EXECINFO_H)
set (HAVE_STACKTRACE 1)
endif (HAVE_EXECINFO_H)

if (UNIX OR (APPLE AND HAVE_DLADDR))
set (HAVE_SYMBOLIZE 1)
endif (UNIX OR (APPLE AND HAVE_DLADDR))
Expand Down Expand Up @@ -505,14 +500,6 @@ add_executable (demangle_unittest

target_link_libraries (demangle_unittest PRIVATE glog)

if (HAVE_STACKTRACE)
add_executable (stacktrace_unittest
src/stacktrace_unittest.cc
)

target_link_libraries (stacktrace_unittest PRIVATE glog)
endif (HAVE_STACKTRACE)

add_executable (utilities_unittest
src/utilities_unittest.cc
)
Expand Down

0 comments on commit af6f492

Please sign in to comment.