This website works better with JavaScript.
Home
Explore
Help
Sign In
cpp
/
cmakemodules
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
suppress pointless warning for Ninja
master
Sascha Kratky
10 years ago
parent
c999d641a7
commit
dc1bc8ff17
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CMakeLists.txt
+ 5
- 0
CMakeLists.txt
View File
@@ -2,6 +2,11 @@
cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0058)
# Ninja requires custom command byproducts to be explicit
cmake_policy(SET CMP0058 NEW)
endif()
project (CotireExample)
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")
Write
Preview
Loading…
Cancel
Save