Skip to content

Commit

Permalink
Testing changes to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 16, 2024
1 parent 5266375 commit c6f97e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ if (NOT MSVC)
target_compile_options(tiny_bvh_renderer PRIVATE ${common_cxx_flags})
target_link_options(tiny_bvh_renderer PRIVATE ${common_link_flags})

target_include_directories(tiny_bvh_speedtest PRIVATE ${${CMAKE_CURRENT_LIST_DIR}/external/OpenCL/inc/})

# No openmp support in default compiler
set(tiny_bvh_speedtest_cxx_flags ${common_cxx_flags})
set(tiny_bvh_speedtest_link_flags ${common_link_flags})
Expand Down Expand Up @@ -121,6 +119,7 @@ if (NOT MSVC)
endif()
target_compile_options(tiny_bvh_speedtest PRIVATE ${tiny_bvh_speedtest_cxx_flags})
target_link_options(tiny_bvh_speedtest PRIVATE ${tiny_bvh_speedtest_link_flags})
target_include_directories(tiny_bvh_speedtest PRIVATE ${${CMAKE_CURRENT_LIST_DIR}/external/OpenCL/inc})

if (TARGET tiny_bvh_fenster)
# Not all platforms support all targets. E. g.:
Expand Down

0 comments on commit c6f97e7

Please sign in to comment.