Skip to content

Commit

Permalink
Disable unity build for OdbReader
Browse files Browse the repository at this point in the history
Unity build was recently broken, hard to find source to the broken build. Few files in this library, no unity build is required.
  • Loading branch information
magnesj committed Dec 15, 2023
1 parent 595766a commit fbdc626
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ApplicationLibCode/GeoMech/OdbReader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
project(RifOdbReader)

# Unity Build
if(RESINSIGHT_ENABLE_UNITY_BUILD)
message("Cmake Unity build is enabled on : ${PROJECT_NAME}")
set(CMAKE_UNITY_BUILD true)
endif()

if(MSVC)
add_definitions(-DHKS_NT)
add_definitions(-DABQ_WIN86_64)
Expand Down

0 comments on commit fbdc626

Please sign in to comment.