Changeset 60375ed in nscp for build.cmake


Ignore:
Timestamp:
02/14/10 11:11:13 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
cad08fb
Parents:
47bcf6f
Message:

Fixed *nix compatiblity issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r47bcf6f r60375ed  
    11SET(Boost_DEBUG 1) 
    22 
    3 set(Boost_USE_STATIC_LIBS   ON) 
     3#set(Boost_USE_STATIC_LIBS   ON) 
    44set(BOOST_USE_MULTITHREADED ON) 
    55 
     
    1313SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/) 
    1414 
    15 SET(PROTOBUF_INCLUDE_DIR C:/src/protobuf-2.3.0/src) 
    16 SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
    17 SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
     15#SET(PROTOBUF_INCLUDE_DIR C:/src/protobuf-2.3.0/src) 
     16#SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
     17#SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
    1818 
    1919#SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Release) 
Note: See TracChangeset for help on using the changeset viewer.