Skip to content

Commit d227aeb

Browse files
committed
CMake: use object libraries instead of repacking static archives
1 parent 540619e commit d227aeb

File tree

6 files changed

+160
-143
lines changed

6 files changed

+160
-143
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cmake_minimum_required(VERSION 2.8.12)
22

3+
if(POLICY CMP0051)
4+
cmake_policy(SET CMP0051 NEW)
5+
endif()
6+
37
# Add path for custom CMake modules.
48
list(APPEND CMAKE_MODULE_PATH
59
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")

0 commit comments

Comments
 (0)