Changeset 1397 for trunk/CMakeLists.txt

Show
Ignore:
Timestamp:
06/20/08 10:55:35 (5 months ago)
Author:
timdewhirst
Message:

openlibraries
- fix case in CMakeLists.txt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r1396 r1397  
    9797 
    9898# Install .so files with execcuteable permissions 
    99 if ( not win32 ) 
     99if ( NOT WIN32 ) 
    100100    set ( CMAKE_INSTALL_SO_NO_EXE FALSE ) 
    101 endif ( not win32 ) 
     101endif ( NOT WIN32 ) 
    102102 
    103103add_subdirectory( src )