Skip to content

Commit

Permalink
Merge pull request #138 from GregThain/cmake-disable-unity-builds
Browse files Browse the repository at this point in the history
Disable CMake unity builds
  • Loading branch information
djw8605 authored Jul 31, 2024
2 parents 6fced37 + 35c103b commit c9748f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ set( CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}" )

set( CMAKE_BUILD_TYPE RelWithDebInfo) # -g -O2

set( CMAKE_UNITY_BUILD False)

include(GNUInstallDirs)

find_package( jwt-cpp REQUIRED )
Expand Down

0 comments on commit c9748f4

Please sign in to comment.