Commit 14f01a28 authored by Cole Neubauer's avatar Cole Neubauer
Browse files

Unit Test work now

parent 26803378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ function(add_isis_obj folder reqLibs)
    # Append the plugin file to a single file in the build directory
    # where the .so files will be created.  During installation copy these
    # plugin files to the installation library folder.
    set(pluginPath ${CMAKE_BINARY_DIR}/lib/${pluginName})
    set(pluginPath ${CMAKE_BINARY_DIR}/3rdParty/plugins/${pluginName})
    cat(${plugins} ${pluginPath})
    install(PROGRAMS ${pluginPath} DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/)