/[svn]/qsampler/trunk/CMakeLists.txt
ViewVC logotype

Diff of /qsampler/trunk/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4038 by capela, Sun May 15 18:43:41 2022 UTC revision 4046 by capela, Sun Oct 2 09:24:57 2022 UTC
# Line 237  endif () Line 237  endif ()
237  add_subdirectory (src)  add_subdirectory (src)
238    
239    
 if (UNIX AND NOT APPLE)  
   configure_file (${PROJECT_NAME}.spec.in ${PROJECT_NAME}.spec IMMEDIATE @ONLY)  
 endif ()  
   
   
240  # Configuration status  # Configuration status
241  macro (SHOW_OPTION text value)  macro (SHOW_OPTION text value)
242    if (${value})    if (${value})

Legend:
Removed from v.4038  
changed lines
  Added in v.4046

  ViewVC Help
Powered by ViewVC