FC Updates from BitShares and myself #21
1 changed files with 3 additions and 3 deletions
|
|
@ -249,7 +249,7 @@ install( DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/" DESTINATION include )
|
||||||
# begin editline stuff
|
# begin editline stuff
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_compile_definitions( fc PRIVATE _CRT_NONSTDC_NO_DEPRECATE )
|
target_compile_definitions( fc PRIVATE _CRT_NONSTDC_NO_DEPRECATE )
|
||||||
elseif(WIN32)
|
else(WIN32)
|
||||||
target_compile_definitions( fc PRIVATE HAVE_EDITLINE )
|
target_compile_definitions( fc PRIVATE HAVE_EDITLINE )
|
||||||
set( editline_libraries editline )
|
set( editline_libraries editline )
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue