We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9450de0 commit ccd06c8Copy full SHA for ccd06c8
src/projectM-libvisual/CMakeLists.txt
@@ -3,6 +3,10 @@ cmake_minimum_required(VERSION 2.4.0)
3
4
INCLUDE(cmake/CPack-projectM.cmake)
5
6
+if(COMMAND cmake_policy)
7
+ cmake_policy(SET CMP0003 NEW)
8
+endif(COMMAND cmake_policy)
9
+
10
ADD_LIBRARY(projectM_libvisual SHARED actor_projectM.cpp lvtoprojectM.h ConfigFile.h ConfigFile.cpp)
11
12
INCLUDE(FindPkgConfig.cmake)
0 commit comments