Skip to content

Commit c9748f4

Browse files
authored
Merge pull request #138 from GregThain/cmake-disable-unity-builds
Disable CMake unity builds
2 parents 6fced37 + 35c103b commit c9748f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ set( CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}" )
1313

1414
set( CMAKE_BUILD_TYPE RelWithDebInfo) # -g -O2
1515

16+
set( CMAKE_UNITY_BUILD False)
17+
1618
include(GNUInstallDirs)
1719

1820
find_package( jwt-cpp REQUIRED )

0 commit comments

Comments
 (0)