Changeset - 83d1954b4174
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-07-26 05:31:52
hy@ozderya.net
removed unnecessary/deprecated IMMEDIATE keyword
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -161,7 +161,7 @@ endif (UNIX)
 
configure_file(
 
  "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
 
  "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
 
  IMMEDIATE @ONLY)
 
  @ONLY)
 

	
 
if (UNIX)
 
  add_custom_target(uninstall
0 comments (0 inline, 0 general)